diff options
author | tpart <tpart120@proton.me> | 2025-01-16 20:05:48 +0100 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-01-16 20:05:53 +0100 |
commit | 9c537468b776b47f72070b0709befc49cea620c2 (patch) | |
tree | 39fea0cd2e4246d28d53cce9d10faa89c99c2779 /client/project.godot | |
parent | 74c7240f35e2d67120a674bc3d8b64caf4499b19 (diff) | |
download | hurrycurry-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.godot | 5 |
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" |