diff options
author | 2014-03-17 17:03:38 +0900 | |
---|---|---|
committer | 2014-03-19 19:40:34 +0900 | |
commit | 0c797e8867dae8960480fd5d3085e595091ea772 (patch) | |
tree | 7629f12193861bd183f1e9beb82ce315f8a60044 /java/res/xml/method.xml | |
parent | 9ab9f281f9413400d90c7b40ba95ee1e76dba1b8 (diff) | |
download | latinime-0c797e8867dae8960480fd5d3085e595091ea772.tar.gz latinime-0c797e8867dae8960480fd5d3085e595091ea772.tar.xz latinime-0c797e8867dae8960480fd5d3085e595091ea772.zip |
Add Basque keyboard
Bug: 13169021
Bug: 13017434
Change-Id: I46c738e833a9f287586a03bda9ab0230f8b9eac1
Diffstat (limited to 'java/res/xml/method.xml')
-rw-r--r-- | java/res/xml/method.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml index 49b0df17b..3feb43759 100644 --- a/java/res/xml/method.xml +++ b/java/res/xml/method.xml @@ -41,6 +41,7 @@ es_US: Spanish (United States)/spanish (es_419: Spanish (Latin America)/qwerty) et_EE: Estonian (Estonia)/nordic + eu_ES: Basque (Spain)/spanish fa: Persian/farsi fi: Finnish/nordic fr: French/azerty @@ -256,6 +257,14 @@ /> <subtype android:icon="@drawable/ic_ime_switcher_dark" android:label="@string/subtype_generic" + android:subtypeId="0x070e5c07" + android:imeSubtypeLocale="eu_ES" + android:imeSubtypeMode="keyboard" + android:imeSubtypeExtraValue="KeyboardLayoutSet=spanish,AsciiCapable,EmojiCapable" + android:isAsciiCapable="true" + /> + <subtype android:icon="@drawable/ic_ime_switcher_dark" + android:label="@string/subtype_generic" android:subtypeId="0xbe66c254" android:imeSubtypeLocale="fa" android:imeSubtypeMode="keyboard" |