We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02bcf1 commit 87b41a9Copy full SHA for 87b41a9
common/src/commonMain/kotlin/cz/frantisekmasa/wfrp_master/common/settings/Language.kt
@@ -9,11 +9,11 @@ enum class Language(
9
) {
10
EN("English", "English", Locale.ENGLISH),
11
FR("Français", "French", Locale.FRENCH),
12
- ES("Español", "Spanish", Locale("es_ES")),
+ ES("Español", "Spanish", Locale("es")),
13
DE("Deutsch", "German", Locale.GERMAN),
14
- PL("Polski", "Polish", Locale("pl_PL")),
+ PL("Polski", "Polish", Locale("pl")),
15
IT("Italiano", "Italian", Locale.ITALIAN),
16
- RU("Русский", "Russian", Locale("ru-RU")),
+ RU("Русский", "Russian", Locale("ru")),
17
;
18
19
companion object {
0 commit comments