Translations - switched from a single .csv to gettext (multiple .po files)

See this for more info on gettext https://docs.godotengine.org/en/3.1/tutorials/i18n/localization_using_gettext.html
This commit is contained in:
OverloadedOrama 2019-12-24 01:47:43 +02:00
parent c840bed941
commit d35046d838
12 changed files with 4161 additions and 169 deletions

View file

@ -212,7 +212,7 @@ redo_secondary={
[locale]
translations=PoolStringArray( "res://Translations/#Translations.en.translation", "res://Translations/#Translations.el.translation", "res://Translations/#Translations.fr.translation", "res://Translations/#Translations.de.translation", "res://Translations/#Translations.pl.translation", "res://Translations/#Translations.ru.translation", "res://Translations/#Translations.zh_TW.translation" )
translations=PoolStringArray( "res://Translations/en.po", "res://Translations/el.po", "res://Translations/fr.po", "res://Translations/de.po", "res://Translations/pl.po", "res://Translations/ru.po", "res://Translations/zh_TW.po", "res://Translations/pt_BR.po" )
locale_filter=[ 0, [ ] ]
[rendering]