Add Piedmontese language (#748)

This commit is contained in:
Gabriele Monaco 2024-04-29 23:43:51 +02:00 committed by GitHub
parent 4476456b83
commit 5cffb0b3c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[popup_keys]
a à á â ä æ ã å ā ª
e è é ê ë ę ė ē ə
i ì í î ï į ī
o ò ó ô ö õ œ ø ō º
u ù ú û ü ū
[extra_keys]
1: ü è
2: ö é
2: ë à

View file

@ -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"