diff options
author | 2014-10-01 09:29:14 +0000 | |
---|---|---|
committer | 2014-10-01 09:29:14 +0000 | |
commit | 79d992ccba3f4f02e8ebd5d2b776d4abc4a9bc57 (patch) | |
tree | 73349ba9598ddc5ddce0bb314ca95b960a3ef705 /tools/make-keyboard-text | |
parent | bcb439e702081a54c9a96d3b6bf466e11bd69375 (diff) | |
parent | a987f6d0cc6c26fd4994f8f87b18cdfbb8b334cd (diff) | |
download | latinime-79d992ccba3f4f02e8ebd5d2b776d4abc4a9bc57.tar.gz latinime-79d992ccba3f4f02e8ebd5d2b776d4abc4a9bc57.tar.xz latinime-79d992ccba3f4f02e8ebd5d2b776d4abc4a9bc57.zip |
Merge "Use Devanagari Danda letter as full stop on Hindi keyboard"
Diffstat (limited to 'tools/make-keyboard-text')
-rw-r--r-- | tools/make-keyboard-text/res/values-hi/donottranslate-more-keys.xml | 5 |
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">₹</string> + <!-- U+0964: "।" DEVANAGARI DANDA --> + <string name="keyspec_period">।</string> + <string name="keyspec_tablet_period">।</string> + <string name="morekeys_period">"!autoColumnOrder!9,\\,,.,?,!,#,),(,/,;,',@,:,-,\",+,\\%,&"</string> + <string name="morekeys_tablet_period">"!autoColumnOrder!8,\\,,.,',#,),(,/,;,@,:,-,\",+,\\%,&"</string> </resources> |