mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-06-05 21:49:26 +02:00
fix #18, adding an english QWERTZ keyboard layout
This commit is contained in:
@ -30,7 +30,7 @@ class Config(context: Context) : BaseConfig(context) {
|
||||
return if (conf.locale.toString().toLowerCase(Locale.getDefault()).startsWith("ru_")) {
|
||||
LANGUAGE_RUSSIAN
|
||||
} else {
|
||||
LANGUAGE_ENGLISH
|
||||
LANGUAGE_ENGLISH_QWERTY
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user