mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-25 11:22:20 +00:00
Add Piedmontese language (#748)
This commit is contained in:
parent
4476456b83
commit
5cffb0b3c8
2 changed files with 21 additions and 0 deletions
|
@ -78,6 +78,7 @@
|
|||
nl: Dutch/qwerty
|
||||
nl_BE: Dutch (Belgium)/azerty
|
||||
pl: Polish/qwerty
|
||||
pms: Piedmontese/qwerty
|
||||
pt_BR: Portuguese (Brazil)/qwerty
|
||||
pt_PT: Portuguese (Portugal)/qwerty
|
||||
ro: Romanian/qwerty
|
||||
|
@ -778,6 +779,15 @@
|
|||
android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection,EmojiCapable"
|
||||
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"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="0xcafff4a6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue