diff options
author | 2014-03-17 11:56:13 +0900 | |
---|---|---|
committer | 2014-03-17 11:56:13 +0900 | |
commit | 538abc27dc365fb4d7799ab7f61523a92040a236 (patch) | |
tree | df5131f63b2aba0c6eb336d986085cb46bfd606c /tools/make-keyboard-text/res | |
parent | bef6a4e20965a8e664ee92b3c75405a6754afb4e (diff) | |
download | latinime-538abc27dc365fb4d7799ab7f61523a92040a236.tar.gz latinime-538abc27dc365fb4d7799ab7f61523a92040a236.tar.xz latinime-538abc27dc365fb4d7799ab7f61523a92040a236.zip |
Fix Arabic keyboard text and test comments
Bug: 13017434
Change-Id: Iec2ddab719e0c68a70bcf56a90eb4522c5fd7978
Diffstat (limited to 'tools/make-keyboard-text/res')
-rw-r--r-- | tools/make-keyboard-text/res/values-ar/donottranslate-more-keys.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/make-keyboard-text/res/values-ar/donottranslate-more-keys.xml b/tools/make-keyboard-text/res/values-ar/donottranslate-more-keys.xml index d9976858a..4bbe343ce 100644 --- a/tools/make-keyboard-text/res/values-ar/donottranslate-more-keys.xml +++ b/tools/make-keyboard-text/res/values-ar/donottranslate-more-keys.xml @@ -19,10 +19,10 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Label for "switch to alphabetic" key. - U+0623: "ا" ARABIC LETTER ALEF + U+0623: "أ" ARABIC LETTER ALEF WITH HAMZA ABOVE U+200C: ZERO WIDTH NON-JOINER U+0628: "ب" ARABIC LETTER BEH - U+062C: "پ" ARABIC LETTER PEH --> + U+062C: "ج" ARABIC LETTER JEEM --> <string name="label_to_alpha_key">أ‌ب‌ج</string> <!-- U+0661: "١" ARABIC-INDIC DIGIT ONE --> <string name="keylabel_for_symbols_1">١</string> |