aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2013-07-16 08:07:52 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-07-16 08:07:53 +0000
commitd893fe5dbb81c77ebe8040cf46e4747d2b4e4095 (patch)
treeb48b4f8a666d560163302f1c6daf6f66e0d3ab63 /java
parent488659e1541f5b6ea915682736d73256d601222d (diff)
parentd6c621cd87f50da77340c52c1b60fef831950ddc (diff)
downloadlatinime-d893fe5dbb81c77ebe8040cf46e4747d2b4e4095.tar.gz
latinime-d893fe5dbb81c77ebe8040cf46e4747d2b4e4095.tar.xz
latinime-d893fe5dbb81c77ebe8040cf46e4747d2b4e4095.zip
Merge "Don't put spaces before and after asterisks"
Diffstat (limited to 'java')
-rw-r--r--java/res/values-fr/donottranslate.xml4
-rw-r--r--java/res/values/donottranslate.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/java/res/values-fr/donottranslate.xml b/java/res/values-fr/donottranslate.xml
index 2e916a734..f0644118a 100644
--- a/java/res/values-fr/donottranslate.xml
+++ b/java/res/values-fr/donottranslate.xml
@@ -19,9 +19,9 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Symbols that are normally preceded by a space (used to add an auto-space before these) -->
- <string name="symbols_preceded_by_space">([{*&amp;;:!?</string>
+ <string name="symbols_preceded_by_space">([{&amp;;:!?</string>
<!-- Symbols that are normally followed by a space (used to add an auto-space after these) -->
- <string name="symbols_followed_by_space">.,;:!?)]}*&amp;</string>
+ <string name="symbols_followed_by_space">.,;:!?)]}&amp;</string>
<!-- Symbols that separate words -->
<!-- Don't remove the enclosing double quotes, they protect whitespace (not just U+0020) -->
<string name="symbols_word_separators">"&#x0009;&#x0020;\n"()[]{}*&amp;&lt;&gt;+=|.,;:!?/_\"</string>
diff --git a/java/res/values/donottranslate.xml b/java/res/values/donottranslate.xml
index d2554ee5f..5e990edd9 100644
--- a/java/res/values/donottranslate.xml
+++ b/java/res/values/donottranslate.xml
@@ -21,9 +21,9 @@
<!-- Symbols that are suggested between words -->
<string name="suggested_punctuations">!,?,\\,,:,;,\",(,),\',-,/,@,_</string>
<!-- Symbols that are normally preceded by a space (used to add an auto-space before these) -->
- <string name="symbols_preceded_by_space">([{*&amp;</string>
+ <string name="symbols_preceded_by_space">([{&amp;</string>
<!-- Symbols that are normally followed by a space (used to add an auto-space after these) -->
- <string name="symbols_followed_by_space">.,;:!?)]}*&amp;</string>
+ <string name="symbols_followed_by_space">.,;:!?)]}&amp;</string>
<!-- Symbols that separate words -->
<!-- Don't remove the enclosing double quotes, they protect whitespace (not just U+0020) -->
<string name="symbols_word_separators">"&#x0009;&#x0020;\n"()[]{}*&amp;&lt;&gt;+=|.,;:!?/_\"</string>