mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-21 22:59:10 +00:00
Update ScriptUtils.kt
This commit is contained in:
parent
190d538845
commit
27a0a05663
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ object ScriptUtils {
|
|||
return SCRIPT_LATIN
|
||||
}
|
||||
return when (language) {
|
||||
"ar", "ur", "fa" -> SCRIPT_ARABIC
|
||||
"ar", "ckb", "ur", "fa" -> SCRIPT_ARABIC
|
||||
"hy" -> SCRIPT_ARMENIAN
|
||||
"bn" -> SCRIPT_BENGALI
|
||||
"sr", "mk", "ru", "uk", "mn", "be", "kk", "ky", "bg", "xdq", "cv", "mhr", "mns", "dru" -> SCRIPT_CYRILLIC
|
||||
|
|
Loading…
Add table
Reference in a new issue