diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-10-03 22:29:10 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-10-04 22:18:24 +0200 |
| commit | b3bb378d0559d639d9914e33cdce2f6655617405 (patch) | |
| tree | bf17f83d750920637e785ee0e48876d90612413c /project.godot | |
| parent | e127ad39e742396030352240d829bc903b1d4464 (diff) | |
| download | texty-b3bb378d0559d639d9914e33cdce2f6655617405.tar.xz texty-b3bb378d0559d639d9914e33cdce2f6655617405.zip | |
l10n: reenable localization
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 9474ccc..7bf7b3f 100644 --- a/project.godot +++ b/project.godot @@ -56,6 +56,17 @@ theme/custom="res://Assets/Themes/Default.tres" theme/custom_font="res://Assets/Fonts/VT323Font24.tres" theme/use_hidpi=true +[importer_defaults] + +csv_translation={ +"compress": true, +"delimiter": 0 +} + +[internationalization] + +locale/translations=PackedStringArray("res://Assets/Translations/menus.de.translation", "res://Assets/Translations/menus.en.translation") + [locale] translations=PackedStringArray("res://Assets/Translations/menus.de.translation", "res://Assets/Translations/menus.en.translation") |
