Basically putting all the translation stuff together before I refactor things to use it.

This commit is contained in:
2025-05-25 12:53:34 -05:00
parent 1e2d971643
commit f5cb84e0c9
31 changed files with 254 additions and 327 deletions

View File

@@ -19,8 +19,8 @@ config/icon="res://icon.svg"
BATTLE="*res://scripts/Singleton/Battle.gd"
COOKING="*res://scripts/Singleton/Cooking.gd"
ITEM="*res://scripts/Singleton/Item.gd"
OVERWORLD="*res://scripts/Singleton/Overworld.gd"
ITEM="*res://scenes/Singletons/Item.tscn"
PAUSE="*res://scripts/Singleton/Pause.gd"
QUEST="*res://scenes/Singletons/Quest.tscn"
SCENE_MANAGER="*res://scripts/Singleton/SceneManager.gd"
@@ -111,8 +111,7 @@ run={
[internationalization]
locale/translations=PackedStringArray("res://locale/en_US.mo", "res://locale/ja_JP.mo")
locale/translations_pot_files=PackedStringArray("res://scenes/UI/DebugMenu.tscn")
locale/translations=PackedStringArray("res://locale/en_AU.mo")
locale/language_filter=["ja"]
locale/country_filter=["JP"]