12345678910 |
- [application]
- name="Translation Demo"
- main_scene="res://main.scn"
- [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"]}
|