From b3bb378d0559d639d9914e33cdce2f6655617405 Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Mon, 3 Oct 2022 22:29:10 +0200 Subject: l10n: reenable localization --- project.godot | 11 +++++++++++ 1 file changed, 11 insertions(+) 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") -- cgit v1.2.3