aboutsummaryrefslogtreecommitdiff
path: root/client/project.godot
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-01-16 20:05:48 +0100
committertpart <tpart120@proton.me>2025-01-16 20:05:53 +0100
commit9c537468b776b47f72070b0709befc49cea620c2 (patch)
tree39fea0cd2e4246d28d53cce9d10faa89c99c2779 /client/project.godot
parent74c7240f35e2d67120a674bc3d8b64caf4499b19 (diff)
downloadhurrycurry-9c537468b776b47f72070b0709befc49cea620c2.tar
hurrycurry-9c537468b776b47f72070b0709befc49cea620c2.tar.bz2
hurrycurry-9c537468b776b47f72070b0709befc49cea620c2.tar.zst
integrate localetool in the client
Diffstat (limited to 'client/project.godot')
-rw-r--r--client/project.godot5
1 files changed, 1 insertions, 4 deletions
diff --git a/client/project.godot b/client/project.godot
index 3d45924f..8c3be511 100644
--- a/client/project.godot
+++ b/client/project.godot
@@ -19,6 +19,7 @@ config/icon="res://icons/main.png"
[autoload]
+TranslationManager="*res://translation_manager.gd"
Global="*res://global.gd"
Sound="*res://audio/sound.tscn"
DisableWrongJoypads="*res://disable_wrong_joypads.gd"
@@ -213,10 +214,6 @@ menu={
]
}
-[internationalization]
-
-locale/translations=PackedStringArray("res://po/it.po", "res://po/ru.po", "res://po/ar.po", "res://po/nl.po", "res://po/de.po", "res://po/en.po", "res://po/es.po", "res://po/eu.po", "res://po/fi.po", "res://po/fr.po", "res://po/he.po", "res://po/ja.po", "res://po/pl.po", "res://po/pt.po", "res://po/tr.po", "res://po/zh_Hans.po", "res://po/zh_Hant.po", "res://po/ru.po")
-
[rendering]
renderer/rendering_method.mobile="gl_compatibility"