aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-05-17 02:09:02 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-05-17 02:09:02 -0700
commite7c7852cbf2c72dcac969d4aa88700ee2ea7e3b3 (patch)
treedd77307f1e22eed06374eb8519aca788aeb107e7 /java
parentc493cde8ad4f15cad660ff42c993509b35ad91f6 (diff)
parent5748a7ce86631eaff417828984d25eec7dd63c08 (diff)
downloadlatinime-e7c7852cbf2c72dcac969d4aa88700ee2ea7e3b3.tar.gz
latinime-e7c7852cbf2c72dcac969d4aa88700ee2ea7e3b3.tar.xz
latinime-e7c7852cbf2c72dcac969d4aa88700ee2ea7e3b3.zip
am 5748a7ce: Merge "Split Portuguese subtype into pt_BR and pt_PT" into jb-dev
* commit '5748a7ce86631eaff417828984d25eec7dd63c08': Split Portuguese subtype into pt_BR and pt_PT
Diffstat (limited to 'java')
-rw-r--r--java/res/xml/method.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml
index 19b32f2e7..a0262846b 100644
--- a/java/res/xml/method.xml
+++ b/java/res/xml/method.xml
@@ -52,7 +52,8 @@
nb: Norwaian Bokmål/nordic
nl: Dutch/qwerty
pl: Polish/qwerty
- pt: Portuguese/qwerty
+ pt_BR: Portuguese Brazil/qwerty
+ pt_PT: Portuguese Portugal/qwerty
ro: Romanian/qwerty
ru: Russian/east_slavic
sk: Slovak/qwerty
@@ -254,7 +255,13 @@
/>
<subtype android:icon="@drawable/ic_subtype_keyboard"
android:label="@string/subtype_generic"
- android:imeSubtypeLocale="pt"
+ android:imeSubtypeLocale="pt_BR"
+ android:imeSubtypeMode="keyboard"
+ android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable"
+ />
+ <subtype android:icon="@drawable/ic_subtype_keyboard"
+ android:label="@string/subtype_generic"
+ android:imeSubtypeLocale="pt_PT"
android:imeSubtypeMode="keyboard"
android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable"
/>