mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-21 22:59:10 +00:00
Add Central Kurdish layout (#1417)
This commit is contained in:
parent
8298542c39
commit
cb70553484
4 changed files with 81 additions and 1 deletions
31
app/src/main/assets/layouts/main/central_kurdish.txt
Normal file
31
app/src/main/assets/layouts/main/central_kurdish.txt
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
ق
|
||||||
|
و
|
||||||
|
ە
|
||||||
|
ر
|
||||||
|
ت
|
||||||
|
ی
|
||||||
|
ێ
|
||||||
|
ئ
|
||||||
|
ۆ
|
||||||
|
پ
|
||||||
|
|
||||||
|
ا
|
||||||
|
س
|
||||||
|
ش
|
||||||
|
د
|
||||||
|
ف
|
||||||
|
ھ|ه
|
||||||
|
ژ
|
||||||
|
ل
|
||||||
|
ک
|
||||||
|
گ
|
||||||
|
|
||||||
|
ز
|
||||||
|
ع
|
||||||
|
ح
|
||||||
|
ج
|
||||||
|
چ
|
||||||
|
خ
|
||||||
|
ب
|
||||||
|
ن
|
||||||
|
م
|
39
app/src/main/assets/locale_key_texts/ckb.txt
Normal file
39
app/src/main/assets/locale_key_texts/ckb.txt
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
[popup_keys]
|
||||||
|
ق ٯ
|
||||||
|
و وو
|
||||||
|
ە ة ﻪ ـہ
|
||||||
|
ر ڕ ڒ ࢪ
|
||||||
|
ت ط
|
||||||
|
ی ي ې ۍ
|
||||||
|
ێ ؽ
|
||||||
|
ئ ء ﺋ
|
||||||
|
ۆ ؤ ۏ ۊ ۋ ۉ ۇ
|
||||||
|
پ ث
|
||||||
|
ا أ إ آ ٱ
|
||||||
|
س ص
|
||||||
|
ش ض
|
||||||
|
د ۮ ڌ ﮆ
|
||||||
|
ف ڤ ڡ
|
||||||
|
ھ ھ
|
||||||
|
ژ ━|ـ
|
||||||
|
ل ڵ
|
||||||
|
ک ك ڪ
|
||||||
|
گ غ
|
||||||
|
ز ظ
|
||||||
|
ع ؏
|
||||||
|
ب ى
|
||||||
|
punctuation !autoColumnOrder!8 \؟ ! ، ٫ ؍ : ؛ ; : | - @ _ # * ٪ & ^
|
||||||
|
« „ “ ”
|
||||||
|
» ‚ ‘ ’ ‹ ›
|
||||||
|
|
||||||
|
[labels]
|
||||||
|
alphabet: ئپگ
|
||||||
|
symbol: ٣٢١؟
|
||||||
|
comma: ،
|
||||||
|
question: ؟
|
||||||
|
|
||||||
|
[number_row]
|
||||||
|
١ ٢ ٣ ٤ ٥ ٦ ٧ ٨ ٩ ٠
|
||||||
|
|
||||||
|
[tlds]
|
||||||
|
iq krd
|
|
@ -162,7 +162,7 @@ object ScriptUtils {
|
||||||
return SCRIPT_LATIN
|
return SCRIPT_LATIN
|
||||||
}
|
}
|
||||||
return when (language) {
|
return when (language) {
|
||||||
"ar", "ur", "fa" -> SCRIPT_ARABIC
|
"ar", "ckb", "ur", "fa" -> SCRIPT_ARABIC
|
||||||
"hy" -> SCRIPT_ARMENIAN
|
"hy" -> SCRIPT_ARMENIAN
|
||||||
"bn" -> SCRIPT_BENGALI
|
"bn" -> SCRIPT_BENGALI
|
||||||
"sr", "mk", "ru", "uk", "mn", "be", "kk", "ky", "bg", "xdq", "cv", "mhr", "mns", "dru" -> SCRIPT_CYRILLIC
|
"sr", "mk", "ru", "uk", "mn", "be", "kk", "ky", "bg", "xdq", "cv", "mhr", "mns", "dru" -> SCRIPT_CYRILLIC
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
bn_IN: Bengali (India)/bengali_inscript
|
bn_IN: Bengali (India)/bengali_inscript
|
||||||
bn_IN: Bengali (India)/Baishakhi
|
bn_IN: Bengali (India)/Baishakhi
|
||||||
ca: Catalan/qwerty+
|
ca: Catalan/qwerty+
|
||||||
|
ckb: Central Kurdish/central_kurdish
|
||||||
cs: Czech/qwertz
|
cs: Czech/qwertz
|
||||||
cv: Chuvash/chuvash
|
cv: Chuvash/chuvash
|
||||||
da: Danish/qwerty+
|
da: Danish/qwerty+
|
||||||
|
@ -289,6 +290,15 @@
|
||||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=MAIN:qwerty+,AsciiCapable,EmojiCapable"
|
android:imeSubtypeExtraValue="KeyboardLayoutSet=MAIN:qwerty+,AsciiCapable,EmojiCapable"
|
||||||
android:isAsciiCapable="true"
|
android:isAsciiCapable="true"
|
||||||
/>
|
/>
|
||||||
|
<subtype android:icon="@drawable/ic_ime_switcher"
|
||||||
|
android:label="@string/subtype_generic"
|
||||||
|
android:subtypeId="0xf40a175b"
|
||||||
|
android:imeSubtypeLocale="ckb"
|
||||||
|
android:languageTag="ckb"
|
||||||
|
android:imeSubtypeMode="keyboard"
|
||||||
|
android:imeSubtypeExtraValue="KeyboardLayoutSet=MAIN:central_kurdish|SYMBOLS:symbols_arabic,NoShiftKey,SupportTouchPositionCorrection,EmojiCapable"
|
||||||
|
android:isAsciiCapable="false"
|
||||||
|
/>
|
||||||
<subtype android:icon="@drawable/ic_ime_switcher"
|
<subtype android:icon="@drawable/ic_ime_switcher"
|
||||||
android:label="@string/subtype_generic"
|
android:label="@string/subtype_generic"
|
||||||
android:subtypeId="0x2d3d2ed0"
|
android:subtypeId="0x2d3d2ed0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue