mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-20 14:19:08 +00:00
Add Piedmontese language (#748)
This commit is contained in:
parent
4476456b83
commit
5cffb0b3c8
2 changed files with 21 additions and 0 deletions
11
app/src/main/assets/language_key_texts/pms.txt
Normal file
11
app/src/main/assets/language_key_texts/pms.txt
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[popup_keys]
|
||||||
|
a à á â ä æ ã å ā ª
|
||||||
|
e è é ê ë ę ė ē ə
|
||||||
|
i ì í î ï į ī
|
||||||
|
o ò ó ô ö õ œ ø ō º
|
||||||
|
u ù ú û ü ū
|
||||||
|
|
||||||
|
[extra_keys]
|
||||||
|
1: ü è
|
||||||
|
2: ö é
|
||||||
|
2: ë à
|
|
@ -78,6 +78,7 @@
|
||||||
nl: Dutch/qwerty
|
nl: Dutch/qwerty
|
||||||
nl_BE: Dutch (Belgium)/azerty
|
nl_BE: Dutch (Belgium)/azerty
|
||||||
pl: Polish/qwerty
|
pl: Polish/qwerty
|
||||||
|
pms: Piedmontese/qwerty
|
||||||
pt_BR: Portuguese (Brazil)/qwerty
|
pt_BR: Portuguese (Brazil)/qwerty
|
||||||
pt_PT: Portuguese (Portugal)/qwerty
|
pt_PT: Portuguese (Portugal)/qwerty
|
||||||
ro: Romanian/qwerty
|
ro: Romanian/qwerty
|
||||||
|
@ -778,6 +779,15 @@
|
||||||
android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection,EmojiCapable"
|
android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection,EmojiCapable"
|
||||||
android:isAsciiCapable="true"
|
android:isAsciiCapable="true"
|
||||||
/>
|
/>
|
||||||
|
<subtype android:icon="@drawable/ic_ime_switcher"
|
||||||
|
android:label="@string/subtype_generic"
|
||||||
|
android:subtypeId="0xdabe79d8"
|
||||||
|
android:imeSubtypeLocale="pms"
|
||||||
|
android:languageTag="pms"
|
||||||
|
android:imeSubtypeMode="keyboard"
|
||||||
|
android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection,EmojiCapable"
|
||||||
|
android:isAsciiCapable="true"
|
||||||
|
/>
|
||||||
<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="0xcafff4a6"
|
android:subtypeId="0xcafff4a6"
|
||||||
|
|
Loading…
Add table
Reference in a new issue