mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 19:54:44 -04:00
Write each language name in the target language
In a language selection menu, languge names should be written in the target language so that they can be easily understood by those speaking the language. This also removes the need for individual translations to supply their own strings for every language name.
This commit is contained in:
parent
7c290a13d8
commit
35b14b0e6c
2 changed files with 1 additions and 6 deletions
|
@ -1582,7 +1582,7 @@ margin_left = 61.0
|
|||
margin_right = 142.0
|
||||
margin_bottom = 21.0
|
||||
text = "System Language"
|
||||
items = [ "System Language", null, false, 0, null, "German [de]", null, false, 1, null, "Greek [el]", null, false, 2, null, "English [en]", null, false, 3, null, "French [fr]", null, false, 4, null, "Polish [pl]", null, false, 5, null ]
|
||||
items = [ "System Language", null, false, 0, null, "Deutsch [de]", null, false, 1, null, "Ελληνικά [el]", null, false, 2, null, "English [en]", null, false, 3, null, "Français [fr]", null, false, 4, null, "Polski [pl]", null, false, 5, null ]
|
||||
selected = 0
|
||||
|
||||
[node name="GridOptionsLabel" type="Label" parent="PreferencesDialog/VBoxContainer"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue