summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2013-10-18 16:40:12 +0900
committerKen Wakasa <kwakasa@google.com>2013-10-18 17:09:24 +0900
commit146cf238792c4748aa726a440fb96a33b4260fa5 (patch)
tree41b1492def2de2800fc43883b4281bb73c8be754 /java
parent2e7f360a04f2a840fa083dde299d10e213de7bbb (diff)
downloadandroid_packages_inputmethods_LatinIME-146cf238792c4748aa726a440fb96a33b4260fa5.tar.gz
android_packages_inputmethods_LatinIME-146cf238792c4748aa726a440fb96a33b4260fa5.tar.bz2
android_packages_inputmethods_LatinIME-146cf238792c4748aa726a440fb96a33b4260fa5.zip
DO NOT MERGE: Update input method subtype locales.
To match up with the removal of obsolete locales. cherrypick of I27098bfa26b66631ef412f8f0f72e0273a0161bc bug: 11244796 Change-Id: I6e93513978ac657c859391d0431f90143d855e5f
Diffstat (limited to 'java')
-rw-r--r--java/res/xml/method.xml29
1 files changed, 14 insertions, 15 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml
index cef2451e2..0a27da93f 100644
--- a/java/res/xml/method.xml
+++ b/java/res/xml/method.xml
@@ -39,7 +39,7 @@
es: Spanish/spanish
es_US: Spanish United States/spanish
(es_419: Spanish Latin America/qwerty)
- et: Estonian/nordic
+ et_EE: Estonian/nordic
fa: Persian/arabic
fi: Finnish/nordic
fr: French/azerty
@@ -47,21 +47,21 @@
hi: Hindi/hindi
hr: Croatian/qwertz
hu: Hungarian/qwertz
- hy: Armenian Phonetic/armenian_phonetic
+ hy_AM: Armenian Phonetic/armenian_phonetic
in: Indonesian/qwerty # "id" is official language code of Indonesian.
is: Icelandic/qwerty
it: Italian/qwerty
iw: Hebrew/hebrew # "he" is official language code of Hebrew.
- ka: Georgian/georgian
+ ka_GE: Georgian/georgian
(kk: Kazakh/east_slavic) # disabled temporarily. waiting for string resources.
- km: Khmer/khmer
+ km_KH: Khmer/khmer
ky: Kyrgyz/east_slavic
- lo: Lao/lao
+ lo_LA: Lao/lao
lt: Lithuanian/qwerty
lv: Latvian/qwerty
mk: Macedonian/south_slavic
- mn: Mongolian/mongolian
- ms: Malay/qwerty
+ mn_MN: Mongolian/mongolian
+ ms_MY: Malay/qwerty
nb: Norwegian Bokmål/nordic
(ne: Nepali Romanized/nepali_romanized) # disabled temporarily
(ne: Nepali Traditional/nepali_traditional) # disabled temporarily
@@ -221,7 +221,7 @@
<subtype android:icon="@drawable/ic_ime_switcher_dark"
android:label="@string/subtype_generic"
android:subtypeId="0xec2d3955"
- android:imeSubtypeLocale="et"
+ android:imeSubtypeLocale="et_EE"
android:imeSubtypeMode="keyboard"
android:imeSubtypeExtraValue="KeyboardLayoutSet=nordic,AsciiCapable,EmojiCapable"
/>
@@ -277,7 +277,7 @@
<subtype android:icon="@drawable/ic_ime_switcher_dark"
android:label="@string/subtype_generic"
android:subtypeId="0xe39ac3ca"
- android:imeSubtypeLocale="hy"
+ android:imeSubtypeLocale="hy_AM"
android:imeSubtypeMode="keyboard"
android:imeSubtypeExtraValue="KeyboardLayoutSet=armenian_phonetic,EmojiCapable"
/>
@@ -314,7 +314,7 @@
<subtype android:icon="@drawable/ic_ime_switcher_dark"
android:label="@string/subtype_generic"
android:subtypeId="0x6e119e6a"
- android:imeSubtypeLocale="ka"
+ android:imeSubtypeLocale="ka_GE"
android:imeSubtypeMode="keyboard"
android:imeSubtypeExtraValue="KeyboardLayoutSet=georgian,EmojiCapable"
/>
@@ -330,11 +330,10 @@
<subtype android:icon="@drawable/ic_ime_switcher_dark"
android:label="@string/subtype_generic"
android:subtypeId="0x1365683a"
- android:imeSubtypeLocale="km"
+ android:imeSubtypeLocale="km_KH"
android:imeSubtypeMode="keyboard"
android:imeSubtypeExtraValue="KeyboardLayoutSet=khmer,EmojiCapable"
/>
- <!-- android:subtypeId="Need this for km" -->
<subtype android:icon="@drawable/ic_ime_switcher_dark"
android:label="@string/subtype_generic"
android:subtypeId="0x2e391c04"
@@ -345,7 +344,7 @@
<subtype android:icon="@drawable/ic_ime_switcher_dark"
android:label="@string/subtype_generic"
android:subtypeId="0x8315772c"
- android:imeSubtypeLocale="lo"
+ android:imeSubtypeLocale="lo_LA"
android:imeSubtypeMode="keyboard"
android:imeSubtypeExtraValue="KeyboardLayoutSet=lao,EmojiCapable"
/>
@@ -373,14 +372,14 @@
<subtype android:icon="@drawable/ic_ime_switcher_dark"
android:label="@string/subtype_generic"
android:subtypeId="0xcdcfc3ab"
- android:imeSubtypeLocale="mn"
+ android:imeSubtypeLocale="mn_MN"
android:imeSubtypeMode="keyboard"
android:imeSubtypeExtraValue="KeyboardLayoutSet=mongolian,EmojiCapable"
/>
<subtype android:icon="@drawable/ic_ime_switcher_dark"
android:label="@string/subtype_generic"
android:subtypeId="0x84c87c61"
- android:imeSubtypeLocale="ms"
+ android:imeSubtypeLocale="ms_MY"
android:imeSubtypeMode="keyboard"
android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable,EmojiCapable"
/>