aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-keyboard-text/res
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-03-19 13:13:31 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-03-19 17:43:53 +0900
commit4640e7c989e285fd5b805626e6601363078f21d7 (patch)
tree74e8b2fe8c21c5e8b2f81b1a19ea3fb4d5b38f0d /tools/make-keyboard-text/res
parente40a52cc6213bd025655d86dae7d4ee6dcd38682 (diff)
downloadlatinime-4640e7c989e285fd5b805626e6601363078f21d7.tar.gz
latinime-4640e7c989e285fd5b805626e6601363078f21d7.tar.xz
latinime-4640e7c989e285fd5b805626e6601363078f21d7.zip
Fix French accented letters order
Bug: 13497958 Change-Id: I062a0e2e75b2f6c2606b1309808cbaa83cc91018
Diffstat (limited to 'tools/make-keyboard-text/res')
-rw-r--r--tools/make-keyboard-text/res/values-fr/donottranslate-more-keys.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-keyboard-text/res/values-fr/donottranslate-more-keys.xml b/tools/make-keyboard-text/res/values-fr/donottranslate-more-keys.xml
index 665677698..47b1c9ef7 100644
--- a/tools/make-keyboard-text/res/values-fr/donottranslate-more-keys.xml
+++ b/tools/make-keyboard-text/res/values-fr/donottranslate-more-keys.xml
@@ -62,7 +62,7 @@
<!-- U+00E7: "ç" LATIN SMALL LETTER C WITH CEDILLA
U+0107: "ć" LATIN SMALL LETTER C WITH ACUTE
U+010D: "č" LATIN SMALL LETTER C WITH CARON -->
- <string name="more_keys_for_c">&#x00E7;,&#x0107;,&#x010D;</string>
+ <string name="more_keys_for_c">&#x00E7;,%,&#x0107;,&#x010D;</string>
<!-- U+00FF: "ÿ" LATIN SMALL LETTER Y WITH DIAERESIS -->
<string name="more_keys_for_y">%,&#x00FF;</string>
<!-- U+00E8: "è" LATIN SMALL LETTER E WITH GRAVE -->