Partial localization support - Greek Language

Also added a Preferences window, where the user can change Pixelorama's language. Note that the .csv's delimiter is Tab and not comma.
This commit is contained in:
OverloadedOrama 2019-12-07 17:45:48 +02:00
parent 2369243cfc
commit ade2d05a1b
7 changed files with 143 additions and 26 deletions

View file

@ -178,6 +178,11 @@ right_colorpicker_tool={
]
}
[locale]
translations=PoolStringArray( "res://Translations/#Translations.en.translation", "res://Translations/#Translations.el.translation" )
locale_filter=[ 0, [ ] ]
[rendering]
quality/driver/driver_name="GLES2"