diff options
author | 2014-08-11 15:22:19 +0900 | |
---|---|---|
committer | 2014-08-11 18:07:27 +0900 | |
commit | 25906373ffe1b0e3e99b7412e9fd2a54f5d73345 (patch) | |
tree | 7cac755c36a5bab0ccd0fdd07c08c08b87287794 /tools/make-keyboard-text | |
parent | 2863997abd6e27b6b8ab06efe1f58d5ba3b4a908 (diff) | |
download | latinime-25906373ffe1b0e3e99b7412e9fd2a54f5d73345.tar.gz latinime-25906373ffe1b0e3e99b7412e9fd2a54f5d73345.tar.xz latinime-25906373ffe1b0e3e99b7412e9fd2a54f5d73345.zip |
Fix Tamil keyboard
This CL adds Tamil (Sri Lanka) and Tamil (Singapore) subtypes.
This CL also fixes Sinhala Keyboard's currency symbol.
Bug: 9978106
Bug: 6911143
Change-Id: I2060978097882d0f4b1ec10f1103260ed8a447d0
Diffstat (limited to 'tools/make-keyboard-text')
5 files changed, 59 insertions, 3 deletions
diff --git a/tools/make-keyboard-text/res/values-bn-rIN/donottranslate-more-keys.xml b/tools/make-keyboard-text/res/values-bn-rIN/donottranslate-more-keys.xml index 4955cd46a..1ec4249d0 100644 --- a/tools/make-keyboard-text/res/values-bn-rIN/donottranslate-more-keys.xml +++ b/tools/make-keyboard-text/res/values-bn-rIN/donottranslate-more-keys.xml @@ -23,6 +23,6 @@ U+0996: "ख" BENGALI LETTER KHA U+0997: "ग" BENGALI LETTER GA --> <string name="keylabel_to_alpha">কখগ</string> - <!-- U+09F3: "৳" BENGALI RUPEE SIGN --> - <string name="keyspec_currency">৳</string> + <!-- U+20B9: "₹" INDIAN RUPEE SIGN --> + <string name="keyspec_currency">₹</string> </resources> diff --git a/tools/make-keyboard-text/res/values-si-rLK/donottranslate-more-keys.xml b/tools/make-keyboard-text/res/values-si-rLK/donottranslate-more-keys.xml index 89c9195e8..871d82ab0 100644 --- a/tools/make-keyboard-text/res/values-si-rLK/donottranslate-more-keys.xml +++ b/tools/make-keyboard-text/res/values-si-rLK/donottranslate-more-keys.xml @@ -22,4 +22,6 @@ U+0D85: "අ" SINHALA LETTER AYANNA U+0D86: "ආ" SINHALA LETTER AAYANNA --> <string name="keylabel_to_alpha">අ,ආ</string> + <!-- U+0DBB/U+0DD4: "රු" SINHALA LETTER RAYANNA/SINHALA VOWEL SIGN KETTI PAA-PILLA --> + <string name="keyspec_currency">රු</string> </resources> diff --git a/tools/make-keyboard-text/res/values-ta-rLK/donottranslate-more-keys.xml b/tools/make-keyboard-text/res/values-ta-rLK/donottranslate-more-keys.xml new file mode 100644 index 000000000..9e900a6b1 --- /dev/null +++ b/tools/make-keyboard-text/res/values-ta-rLK/donottranslate-more-keys.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2014, The Android Open Source Project +** +** Licensed under the Apache License, Version 2.0 (the "License"); +** you may not use this file except in compliance with the License. +** You may obtain a copy of the License at +** +** http://www.apache.org/licenses/LICENSE-2.0 +** +** Unless required by applicable law or agreed to in writing, software +** distributed under the License is distributed on an "AS IS" BASIS, +** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +** See the License for the specific language governing permissions and +** limitations under the License. +*/ +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Label for "switch to alphabetic" key. + U+0BA4: "த" TAMIL LETTER TA + U+0BAE/U+0BBF: "மி" TAMIL LETTER MA/TAMIL VOWEL SIGN I + U+0BB4/U+0BCD: "ழ்" TAMIL LETTER LLLA/TAMIL SIGN VIRAMA --> + <string name="keylabel_to_alpha">தமிழ்</string> + <!-- U+0DBB/U+0DD4: "රු" SINHALA LETTER RAYANNA/SINHALA VOWEL SIGN KETTI PAA-PILLA --> + <string name="keyspec_currency">රු</string> +</resources> diff --git a/tools/make-keyboard-text/res/values-ta-rSG/donottranslate-more-keys.xml b/tools/make-keyboard-text/res/values-ta-rSG/donottranslate-more-keys.xml new file mode 100644 index 000000000..07e4d8beb --- /dev/null +++ b/tools/make-keyboard-text/res/values-ta-rSG/donottranslate-more-keys.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2014, The Android Open Source Project +** +** Licensed under the Apache License, Version 2.0 (the "License"); +** you may not use this file except in compliance with the License. +** You may obtain a copy of the License at +** +** http://www.apache.org/licenses/LICENSE-2.0 +** +** Unless required by applicable law or agreed to in writing, software +** distributed under the License is distributed on an "AS IS" BASIS, +** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +** See the License for the specific language governing permissions and +** limitations under the License. +*/ +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Label for "switch to alphabetic" key. + U+0BA4: "த" TAMIL LETTER TA + U+0BAE/U+0BBF: "மி" TAMIL LETTER MA/TAMIL VOWEL SIGN I + U+0BB4/U+0BCD: "ழ்" TAMIL LETTER LLLA/TAMIL SIGN VIRAMA --> + <string name="keylabel_to_alpha">தமிழ்</string> +</resources> diff --git a/tools/make-keyboard-text/res/values/donottranslate-more-keys.xml b/tools/make-keyboard-text/res/values/donottranslate-more-keys.xml index 4b9ca162e..bf97e73f4 100644 --- a/tools/make-keyboard-text/res/values/donottranslate-more-keys.xml +++ b/tools/make-keyboard-text/res/values/donottranslate-more-keys.xml @@ -87,7 +87,7 @@ U+20B1: "₱" PESO SIGN --> <string name="morekeys_currency_dollar">¢,£,€,¥,₱</string> <string name="keyspec_currency">$</string> - <string name="morekeys_currency">$,¢,€,£,¥,₱</string> + <string name="morekeys_currency_generic">$,¢,€,£,¥,₱</string> <string name="morekeys_punctuation">"!autoColumnOrder!8,\\,,?,!,#,!text/keyspec_right_parenthesis,!text/keyspec_left_parenthesis,/,;,',@,:,-,\",+,\\%,&"</string> <string name="morekeys_tablet_punctuation">"!autoColumnOrder!7,\\,,',#,!text/keyspec_right_parenthesis,!text/keyspec_left_parenthesis,/,;,@,:,-,\",+,\\%,&"</string> <!-- U+00F1: "ñ" LATIN SMALL LETTER N WITH TILDE --> |