mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-21 14:49:10 +00:00
Add Eastern Mari layout (#755)
Co-authored-by: Helium314 <helium314@mailbox.org>
This commit is contained in:
parent
2fc5286b97
commit
5440a3ec7d
4 changed files with 63 additions and 1 deletions
8
app/src/main/assets/language_key_texts/mhr.txt
Normal file
8
app/src/main/assets/language_key_texts/mhr.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
[popup_keys]
|
||||
" « » „ “ ”
|
||||
н ҥ
|
||||
о ӧ
|
||||
у ӱ
|
||||
|
||||
[labels]
|
||||
alphabet: АБВ
|
44
app/src/main/assets/layouts/mari.txt
Normal file
44
app/src/main/assets/layouts/mari.txt
Normal file
|
@ -0,0 +1,44 @@
|
|||
ё
|
||||
ҥ
|
||||
ӧ
|
||||
ӱ
|
||||
ъ
|
||||
-
|
||||
!
|
||||
?
|
||||
"
|
||||
/
|
||||
|
||||
й
|
||||
ц
|
||||
у
|
||||
к
|
||||
е
|
||||
н
|
||||
г
|
||||
ш
|
||||
щ
|
||||
з
|
||||
х
|
||||
|
||||
ф
|
||||
ы
|
||||
в
|
||||
а
|
||||
п
|
||||
р
|
||||
о
|
||||
л
|
||||
д
|
||||
ж
|
||||
э
|
||||
|
||||
я
|
||||
ч
|
||||
с
|
||||
м
|
||||
и
|
||||
т
|
||||
ь
|
||||
б
|
||||
ю
|
|
@ -165,7 +165,7 @@ object ScriptUtils {
|
|||
"ar", "ur", "fa" -> SCRIPT_ARABIC
|
||||
"hy" -> SCRIPT_ARMENIAN
|
||||
"bn" -> SCRIPT_BENGALI
|
||||
"sr", "mk", "ru", "uk", "mn", "be", "kk", "ky", "bg", "xdq", "cv" -> SCRIPT_CYRILLIC
|
||||
"sr", "mk", "ru", "uk", "mn", "be", "kk", "ky", "bg", "xdq", "cv", "mhr" -> SCRIPT_CYRILLIC
|
||||
"ka" -> SCRIPT_GEORGIAN
|
||||
"el" -> SCRIPT_GREEK
|
||||
"iw" -> SCRIPT_HEBREW
|
||||
|
|
|
@ -67,6 +67,7 @@
|
|||
lo_LA: Lao (Laos)/lao
|
||||
lt: Lithuanian/qwerty
|
||||
lv: Latvian/qwerty
|
||||
mhr: Mari (Eastern)
|
||||
mk: Macedonian/macedonian
|
||||
ml_IN: Malayalam (India)/malayalam
|
||||
mn_MN: Mongolian (Mongolia)/mongolian
|
||||
|
@ -679,6 +680,15 @@
|
|||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="AsciiCapable,EmojiCapable"
|
||||
android:isAsciiCapable="true"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_ime_switcher"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="0xb84023bf"
|
||||
android:imeSubtypeLocale="mhr"
|
||||
android:languageTag="mhr"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=mari,SupportTouchPositionCorrection,EmojiCapable"
|
||||
android:isAsciiCapable="false"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_ime_switcher"
|
||||
android:label="@string/subtype_generic"
|
||||
|
|
Loading…
Add table
Reference in a new issue