diff options
author | Hop311 <Hop3114@gmail.com> | 2023-03-30 15:04:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-30 15:04:58 +0200 |
commit | 3384b21177a160f7192a2e4877eea3b29880bf4e (patch) | |
tree | db9c9a37a187e15ef494a700f8afe5d65c3a8b78 /game/project.godot | |
parent | 8f213935bdea2400b6809f9d5db45dde3416dedc (diff) |
Added Localisation (#77)
* Added Localisation
* Removed `.gdignore`s.
* Localisation dir path and Locale name cleanup
* Incomplete entry warnings + README
Diffstat (limited to 'game/project.godot')
-rw-r--r-- | game/project.godot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/game/project.godot b/game/project.godot index b2a3098..363bbc1 100644 --- a/game/project.godot +++ b/game/project.godot @@ -50,8 +50,10 @@ locale/translation_remaps={} locale/fallback="en_GB" locale/locale_filter_mode=0 locale/country_short_name={ +"United Kingdom": "UK", "United States of America": "USA" } +locale/localisation_path="res://localisation" [memory] |