mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 07:24:43 -04:00
Imported Spanish translation in the project settings
This commit is contained in:
parent
4c970988fb
commit
6e198c6c60
3 changed files with 29 additions and 20 deletions
|
@ -23,7 +23,7 @@ func _ready() -> void:
|
|||
Global.loaded_locales = TranslationServer.get_loaded_locales()
|
||||
else:
|
||||
# Hardcoded list of locales
|
||||
Global.loaded_locales = ["de", "el", "en", "fr", "it", "pl", "pt_BR", "ru", "zh_TW"]
|
||||
Global.loaded_locales = ["de_DE", "el_GR", "en_US", "es_ES", "fr_FR", "it_IT", "pl_PL", "pt_BR", "ru_RU", "zh_TW"]
|
||||
|
||||
# Make sure locales are always sorted, in the same order
|
||||
Global.loaded_locales.sort()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue