aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-07-09 15:52:03 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-07-09 15:52:03 +0900
commit36713e5782dee0d82a28de5fddd2427a9c000089 (patch)
tree1fc0dc871dd10ed9c9676519ee08c4b9c60112ed /tools
parent7f14894f2f38f8dade230c53dd5a1410c40f7e0d (diff)
downloadlatinime-36713e5782dee0d82a28de5fddd2427a9c000089.tar.gz
latinime-36713e5782dee0d82a28de5fddd2427a9c000089.tar.xz
latinime-36713e5782dee0d82a28de5fddd2427a9c000089.zip
Fix alphabet label of Kannada and Telugu
Bug: 10029252 Bug: 10028759 Change-Id: Iea9cc1b7cafa97280503b0236b005cea57ba2c3d
Diffstat (limited to 'tools')
-rw-r--r--tools/make-keyboard-text/res/values-kn-rIN/donottranslate-more-keys.xml8
-rw-r--r--tools/make-keyboard-text/res/values-te-rIN/donottranslate-more-keys.xml8
2 files changed, 8 insertions, 8 deletions
diff --git a/tools/make-keyboard-text/res/values-kn-rIN/donottranslate-more-keys.xml b/tools/make-keyboard-text/res/values-kn-rIN/donottranslate-more-keys.xml
index 88c822683..54b267462 100644
--- a/tools/make-keyboard-text/res/values-kn-rIN/donottranslate-more-keys.xml
+++ b/tools/make-keyboard-text/res/values-kn-rIN/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+0C95: "ಕ" KANNADA LETTER KA
- U+0CA8/U+0CCD/U+0CA8: "ನ್ನ" KANNADA LETTER NA/KANNADA SIGN VIRAMA/KANNADA LETTER NA
- U+0CA1: "ಡ" KANNADA LETTER DDA -->
- <string name="keylabel_to_alpha">&#x0C95;&#x0CA8;&#x0CCD;&#x0CA8;&#x0CA1;</string>
+ U+0C85: "ಅ" KANNADA LETTER A
+ U+0C86: "ಆ" KANNADA LETTER AA
+ U+0C87: "ಇ" KANNADA LETTER I -->
+ <string name="keylabel_to_alpha">&#x0C85;&#x0C86;&#x0C87;</string>
<!-- U+20B9: "₹" INDIAN RUPEE SIGN -->
<string name="keyspec_currency">&#x20B9;</string>
</resources>
diff --git a/tools/make-keyboard-text/res/values-te-rIN/donottranslate-more-keys.xml b/tools/make-keyboard-text/res/values-te-rIN/donottranslate-more-keys.xml
index 7fa769d06..6518dea8f 100644
--- a/tools/make-keyboard-text/res/values-te-rIN/donottranslate-more-keys.xml
+++ b/tools/make-keyboard-text/res/values-te-rIN/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+0C24/U+0C46: "తె" TELUGU LETTER TA/TELUGU VOWEL SIGN E
- U+0C32/U+0C41: "లు" TELUGU LETTER LA/TELUGU VOWEL SIGN U
- U+0C17/U+0C41: "గు" TELUGU LETTER GA/TELUGU VOWEL SIGN U -->
- <string name="keylabel_to_alpha">&#x0C24;&#x0C46;&#x0C32;&#x0C41;&#x0C17;&#x0C41;</string>
+ U+0C05: "అ" TELUGU LETTER A
+ U+0C06: "ఆ" TELUGU LETTER AA
+ U+0C07: "ఇ" TELUGU LETTER I -->
+ <string name="keylabel_to_alpha">&#x0C05;&#x0C06;&#x0C07;</string>
<!-- U+20B9: "₹" INDIAN RUPEE SIGN -->
<string name="keyspec_currency">&#x20B9;</string>
</resources>