mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-20 12:33:14 +00:00
Added Ukrainian
This commit is contained in:
parent
ac631e3e3d
commit
db0799bc12
3 changed files with 5 additions and 1 deletions
|
@ -604,7 +604,7 @@ new_brush={
|
|||
|
||||
[locale]
|
||||
|
||||
translations=PoolStringArray( "res://Translations/zh_TW.po", "res://Translations/pt_BR.po", "res://Translations/de_DE.po", "res://Translations/el_GR.po", "res://Translations/en_US.po", "res://Translations/fr_FR.po", "res://Translations/it_IT.po", "res://Translations/pl_PL.po", "res://Translations/ru_RU.po", "res://Translations/es_ES.po", "res://Translations/zh_CN.po", "res://Translations/lv_LV.po", "res://Translations/eo_UY.po", "res://Translations/cs_CZ.po", "res://Translations/id_ID.po", "res://Translations/hu_HU.po", "res://Translations/ro_RO.po", "res://Translations/ko_KR.po", "res://Translations/tr_TR.po", "res://Translations/ja_JP.po", "res://Translations/nb_NO.po" )
|
||||
translations=PoolStringArray( "res://Translations/zh_TW.po", "res://Translations/pt_BR.po", "res://Translations/de_DE.po", "res://Translations/el_GR.po", "res://Translations/en_US.po", "res://Translations/fr_FR.po", "res://Translations/it_IT.po", "res://Translations/pl_PL.po", "res://Translations/ru_RU.po", "res://Translations/es_ES.po", "res://Translations/zh_CN.po", "res://Translations/lv_LV.po", "res://Translations/eo_UY.po", "res://Translations/cs_CZ.po", "res://Translations/id_ID.po", "res://Translations/hu_HU.po", "res://Translations/ro_RO.po", "res://Translations/ko_KR.po", "res://Translations/tr_TR.po", "res://Translations/ja_JP.po", "res://Translations/nb_NO.po", "res://Translations/uk_UA.po" )
|
||||
locale_filter=[ 0, [ ] ]
|
||||
|
||||
[logging]
|
||||
|
|
|
@ -23,6 +23,7 @@ const languages_dict := {
|
|||
"ko_KR" : ["한국어", "Korean"],
|
||||
"tr_TR" : ["Türkçe", "Turkish"],
|
||||
"ja_JP" : ["日本語", "Japanese"],
|
||||
"uk_UA" : ["Українська", "Ukrainian"],
|
||||
}
|
||||
|
||||
var loaded_locales : Array
|
||||
|
|
|
@ -177,6 +177,8 @@ func create_translators() -> void:
|
|||
translators.create_item(translators_root).set_text(0, " Andreev Andrei - " + tr("Russian"))
|
||||
translators.create_item(translators_root).set_text(0, " ax trifonov (ax34) - " + tr("Russian"))
|
||||
translators.create_item(translators_root).set_text(0, " Artem (blinovartem) - " + tr("Russian"))
|
||||
translators.create_item(translators_root).set_text(0, " stomleny_cmok - " + tr("Russian") + " " + tr("and") + " " + tr("Ukrainian"))
|
||||
translators.create_item(translators_root).set_text(0, " Bohdan Matviiv (BodaMat) - " + tr("Ukrainian"))
|
||||
translators.create_item(translators_root).set_text(0, " JunYouIntrovert - " + tr("Chinese Traditional"))
|
||||
translators.create_item(translators_root).set_text(0, " Kinwailo - " + tr("Chinese Traditional"))
|
||||
translators.create_item(translators_root).set_text(0, " Chenxu Wang - " + tr("Chinese Simplified"))
|
||||
|
@ -187,6 +189,7 @@ func create_translators() -> void:
|
|||
translators.create_item(translators_root).set_text(0, " Lilly And (KatieAnd) - " + tr("Spanish"))
|
||||
translators.create_item(translators_root).set_text(0, " UncleFangs - " + tr("Spanish"))
|
||||
translators.create_item(translators_root).set_text(0, " Jaime Arancibia Soto - " + tr("Spanish") + " " + tr("and") + " " + tr("Catalan"))
|
||||
translators.create_item(translators_root).set_text(0, " foralistico - " + tr("Spanish"))
|
||||
translators.create_item(translators_root).set_text(0, " Agnis Aldiņš (NeZvers) - " + tr("Latvian"))
|
||||
translators.create_item(translators_root).set_text(0, " Edgars Korns (Eddy11) - " + tr("Latvian"))
|
||||
translators.create_item(translators_root).set_text(0, " Teashrock - " + tr("Esperanto"))
|
||||
|
|
Loading…
Add table
Reference in a new issue