summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-09-26 20:34:06 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-10-01 18:20:31 +0900
commita987f6d0cc6c26fd4994f8f87b18cdfbb8b334cd (patch)
tree474e5e70c8ac317fc9c03307deb8de08f968dede /tools
parentd368975cdb53c075ec39141406b03bdedf266265 (diff)
downloadandroid_packages_inputmethods_LatinIME-a987f6d0cc6c26fd4994f8f87b18cdfbb8b334cd.tar.gz
android_packages_inputmethods_LatinIME-a987f6d0cc6c26fd4994f8f87b18cdfbb8b334cd.tar.bz2
android_packages_inputmethods_LatinIME-a987f6d0cc6c26fd4994f8f87b18cdfbb8b334cd.zip
Use Devanagari Danda letter as full stop on Hindi keyboard
Bug: 17418371 Change-Id: I22bb2913015a83604301576e68095974c38b7c9a
Diffstat (limited to 'tools')
-rw-r--r--tools/make-keyboard-text/res/values-hi/donottranslate-more-keys.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/make-keyboard-text/res/values-hi/donottranslate-more-keys.xml b/tools/make-keyboard-text/res/values-hi/donottranslate-more-keys.xml
index 55723cdd1..2a37d8ba1 100644
--- a/tools/make-keyboard-text/res/values-hi/donottranslate-more-keys.xml
+++ b/tools/make-keyboard-text/res/values-hi/donottranslate-more-keys.xml
@@ -57,4 +57,9 @@
<string name="additional_morekeys_symbols_0">0</string>
<!-- U+20B9: "₹" INDIAN RUPEE SIGN -->
<string name="keyspec_currency">&#x20B9;</string>
+ <!-- U+0964: "।" DEVANAGARI DANDA -->
+ <string name="keyspec_period">&#x0964;</string>
+ <string name="keyspec_tablet_period">&#x0964;</string>
+ <string name="morekeys_period">"!autoColumnOrder!9,\\,,.,?,!,#,),(,/,;,',@,:,-,\",+,\\%,&amp;"</string>
+ <string name="morekeys_tablet_period">"!autoColumnOrder!8,\\,,.,',#,),(,/,;,@,:,-,\",+,\\%,&amp;"</string>
</resources>