From 9c537468b776b47f72070b0709befc49cea620c2 Mon Sep 17 00:00:00 2001 From: tpart Date: Thu, 16 Jan 2025 20:05:48 +0100 Subject: integrate localetool in the client --- client/project.godot | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'client/project.godot') 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" -- cgit v1.2.3-70-g09d2