Skip to content
Snippets Groups Projects
Commit 5748a7ce authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Split Portuguese subtype into pt_BR and pt_PT" into jb-dev

parents 892c000b 93a1ac22
No related branches found
No related tags found
No related merge requests found
......@@ -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"
/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment