blob: 169b65e1547cfe29b8cc360bb2722c8e1ae72547 (
plain)
1
2
3
4
5
6
7
8
9
|
[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"]}
|