diff options
author | 2011-05-11 15:19:24 +0900 | |
---|---|---|
committer | 2011-05-12 20:26:24 +0900 | |
commit | f733074aaecdfd6e89cfee2daff8a9c1233b60f1 (patch) | |
tree | cb9e90c71c874bfb2bc098f5420f689354555f1b /java/res/xml-pl | |
parent | 4f3b59711f6985d39e0cc908d2431ae6715d9b26 (diff) | |
download | latinime-f733074aaecdfd6e89cfee2daff8a9c1233b60f1.tar.gz latinime-f733074aaecdfd6e89cfee2daff8a9c1233b60f1.tar.xz latinime-f733074aaecdfd6e89cfee2daff8a9c1233b60f1.zip |
Fix the available input locales and moved Recorrection
Bug: 4409091
Change-Id: I6efd23ebb9528bf1bd35320057a0ea264c187451
Diffstat (limited to 'java/res/xml-pl')
-rw-r--r-- | java/res/xml-pl/kbd_qwerty.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/xml-pl/kbd_qwerty.xml b/java/res/xml-pl/kbd_qwerty.xml index fad28d641..ea52b296f 100644 --- a/java/res/xml-pl/kbd_qwerty.xml +++ b/java/res/xml-pl/kbd_qwerty.xml @@ -28,7 +28,7 @@ latin:verticalGap="@dimen/key_bottom_gap" latin:popupKeyboardTemplate="@xml/kbd_popup_template" latin:maxPopupKeyboardColumn="@integer/config_max_popup_keyboard_column" - latin:keyboardLocale="pl_PL" + latin:keyboardLocale="pl" > <include latin:keyboardLayout="@xml/kbd_qwerty_rows" /> |