mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 06:44:42 -04:00
Italian translation
This commit is contained in:
parent
ff3b5e321b
commit
fc1a30f12a
5 changed files with 750 additions and 51 deletions
|
@ -26,7 +26,7 @@ func _ready() -> void:
|
|||
Global.loaded_locales = TranslationServer.get_loaded_locales()
|
||||
else:
|
||||
# Hardcoded list of locales
|
||||
Global.loaded_locales = ["de", "el", "en", "fr", "pl", "pt_BR", "ru", "zh_TW"]
|
||||
Global.loaded_locales = ["de", "el", "en", "fr", "it", "pl", "pt_BR", "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