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 1f3cd6f commit 69575abCopy full SHA for 69575ab
common/src/commonMain/kotlin/cz/frantisekmasa/wfrp_master/common/settings/Language.kt
@@ -12,7 +12,7 @@ enum class Language(
12
ES("Español", "Spanish", Locale("es_ES")),
13
DE("Deutsch", "German", Locale.GERMAN),
14
IT("Italiano", "Italian", Locale.ITALIAN),
15
- ;
+ RU("Русский", "Russian", Locale("ru-RU"));
16
17
companion object {
18
fun fromCodeOrNull(code: String): Language? {
0 commit comments