Basically putting all the translation stuff together before I refactor things to use it.
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
Reference in New Issue
Block a user