godot/demos/gui/translation/engine.cfg
2015-11-19 23:45:37 +01:00

10 lines
309 B
INI

[application]
name="Translation Demo"
main_scene="res://main.scn"
icon="res://icon.png"
[locale]
translations=["res://translations/text.en.xl", "res://translations/text.es.xl", "res://translations/text.ja.xl"]
translation_remaps={"res://flag_uk.png":["res://flag_spain.png:es", "res://flag_japan.png:ja"]}