Hi all! I have a two questions about Godot's localization:
1) can I contain translations in separated text files, one text file (for example .tres) for one language (en_US.tres, es_ES.tres)? Where I can find internal structure of text translation file?
2) is it possible to get available translations list in my gdscript? I want to get each file name from Translations list.
Thanks!