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:
Hugo Locurcio 2019-12-16 14:13:53 +01:00
parent 7c290a13d8
commit 35b14b0e6c
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
2 changed files with 1 additions and 6 deletions

View file

@ -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"]