mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-12-13 14:24:42 -05:00
Re-added Polish in Preferences and in Main.gd's loaded_locales
This commit is contained in:
parent
dfc632e8f6
commit
3a29a729e9
5 changed files with 158 additions and 181 deletions
|
|
@ -30,7 +30,7 @@ func _ready() -> void:
|
|||
loaded_locales = TranslationServer.get_loaded_locales()
|
||||
else:
|
||||
# Hardcoded list of locales
|
||||
loaded_locales = ["de", "el", "en", "fr"]
|
||||
loaded_locales = ["de", "el", "en", "fr", "pl"]
|
||||
|
||||
# Make sure locales are always sorted, in the same order
|
||||
loaded_locales.sort()
|
||||
|
|
@ -1051,7 +1051,7 @@ func _on_PaletteOptionButton_item_selected(ID) -> void:
|
|||
func _on_EditPalette_pressed() -> void:
|
||||
Global.palette_container.on_edit_palette()
|
||||
pass
|
||||
|
||||
|
||||
func _on_RemovePalette_pressed() -> void:
|
||||
Global.palette_container.remove_current_palette()
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue