engine.cfg 287 B

12345678910
  1. [application]
  2. name="Translation Demo"
  3. main_scene="res://main.scn"
  4. [locale]
  5. translations=["res://translations/text.en.xl", "res://translations/text.es.xl", "res://translations/text.ja.xl"]
  6. translation_remaps={"res://flag_uk.png":["res://flag_spain.png:es", "res://flag_japan.png:ja"]}