mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 05:24:43 -04:00
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:
parent
c840bed941
commit
d35046d838
12 changed files with 4161 additions and 169 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue