mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 12:04:43 -04:00
Fixed some translation issues
This commit is contained in:
parent
df44353e99
commit
396f32735c
7 changed files with 16 additions and 25 deletions
|
@ -30,7 +30,7 @@ func _ready() -> void:
|
|||
loaded_locales = TranslationServer.get_loaded_locales()
|
||||
else:
|
||||
# Hardcoded list of locales
|
||||
loaded_locales = ["el", "en"]
|
||||
loaded_locales = ["de", "el", "en", "fr"]
|
||||
|
||||
# Make sure locales are always sorted, in the same order
|
||||
loaded_locales.sort()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue