mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-20 22:29:10 +00:00
add Russian (Student) layout (#640)
This commit is contained in:
parent
99d03db478
commit
231ffedd90
3 changed files with 46 additions and 0 deletions
33
app/src/main/assets/layouts/russian_student.txt
Normal file
33
app/src/main/assets/layouts/russian_student.txt
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
я
|
||||||
|
ш
|
||||||
|
е
|
||||||
|
р
|
||||||
|
т
|
||||||
|
ы
|
||||||
|
y
|
||||||
|
и
|
||||||
|
о
|
||||||
|
п
|
||||||
|
э
|
||||||
|
|
||||||
|
а
|
||||||
|
с
|
||||||
|
д
|
||||||
|
ф
|
||||||
|
г
|
||||||
|
ч
|
||||||
|
й
|
||||||
|
к
|
||||||
|
л
|
||||||
|
ж
|
||||||
|
щ
|
||||||
|
|
||||||
|
з
|
||||||
|
х
|
||||||
|
ц
|
||||||
|
в
|
||||||
|
б
|
||||||
|
н
|
||||||
|
м
|
||||||
|
ь
|
||||||
|
ю
|
|
@ -310,6 +310,9 @@
|
||||||
<!-- Description for "LANGUAGE_NAME" (Sebeolsik Final) keyboard subtype [CHAR LIMIT=25]
|
<!-- Description for "LANGUAGE_NAME" (Sebeolsik Final) keyboard subtype [CHAR LIMIT=25]
|
||||||
(Sebeolsik Final) can be an abbreviation to fit in the CHAR LIMIT. -->
|
(Sebeolsik Final) can be an abbreviation to fit in the CHAR LIMIT. -->
|
||||||
<string name="subtype_generic_sebeolsik_final"><xliff:g id="LANGUAGE_NAME" example="Korean">%s</xliff:g> (Sebeolsik Final)</string>
|
<string name="subtype_generic_sebeolsik_final"><xliff:g id="LANGUAGE_NAME" example="Korean">%s</xliff:g> (Sebeolsik Final)</string>
|
||||||
|
<!-- Description for "LANGUAGE_NAME" (Student) keyboard subtype [CHAR LIMIT=25]
|
||||||
|
(Student) can be an abbreviation to fit in the CHAR LIMIT. -->
|
||||||
|
<string name="subtype_generic_student"><xliff:g id="LANGUAGE_NAME" example="Russian">%s</xliff:g> (Student)</string>
|
||||||
<!-- This string is displayed in a language list that allows to choose a language for
|
<!-- This string is displayed in a language list that allows to choose a language for
|
||||||
suggestions in a software keyboard. This setting won't give suggestions in any particular
|
suggestions in a software keyboard. This setting won't give suggestions in any particular
|
||||||
language, hence "No language".
|
language, hence "No language".
|
||||||
|
|
|
@ -81,6 +81,7 @@
|
||||||
pt_PT: Portuguese (Portugal)/qwerty
|
pt_PT: Portuguese (Portugal)/qwerty
|
||||||
ro: Romanian/qwerty
|
ro: Romanian/qwerty
|
||||||
ru: Russian/russian
|
ru: Russian/russian
|
||||||
|
ru: Russian (Student)/russian_student
|
||||||
si_LK: Sinhala (Sri Lanka)/sinhala # This is a preliminary keyboard layout.
|
si_LK: Sinhala (Sri Lanka)/sinhala # This is a preliminary keyboard layout.
|
||||||
sk: Slovak/qwerty
|
sk: Slovak/qwerty
|
||||||
sl: Slovenian/qwerty
|
sl: Slovenian/qwerty
|
||||||
|
@ -803,6 +804,15 @@
|
||||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=russian,SupportTouchPositionCorrection,EmojiCapable"
|
android:imeSubtypeExtraValue="KeyboardLayoutSet=russian,SupportTouchPositionCorrection,EmojiCapable"
|
||||||
android:isAsciiCapable="false"
|
android:isAsciiCapable="false"
|
||||||
/>
|
/>
|
||||||
|
<subtype android:icon="@drawable/ic_ime_switcher"
|
||||||
|
android:label="@string/subtype_generic_student"
|
||||||
|
android:subtypeId="0x1bc335d0"
|
||||||
|
android:imeSubtypeLocale="ru"
|
||||||
|
android:languageTag="ru"
|
||||||
|
android:imeSubtypeMode="keyboard"
|
||||||
|
android:imeSubtypeExtraValue="KeyboardLayoutSet=russian_student,SupportTouchPositionCorrection,EmojiCapable"
|
||||||
|
android:isAsciiCapable="false"
|
||||||
|
/>
|
||||||
<!-- TODO: This Sinhala keyboard is a preliminary layout.
|
<!-- TODO: This Sinhala keyboard is a preliminary layout.
|
||||||
This isn't based on the final specification. -->
|
This isn't based on the final specification. -->
|
||||||
<!-- si_LK is currently disabled due to lack of combination rules. -->
|
<!-- si_LK is currently disabled due to lack of combination rules. -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue