diff options
author | 2013-07-12 13:36:33 +0900 | |
---|---|---|
committer | 2013-07-12 13:37:40 +0900 | |
commit | d6c621cd87f50da77340c52c1b60fef831950ddc (patch) | |
tree | 69ed8beebd873ce88f6c60f478de2ddee0f909e3 /java | |
parent | f6c9201d7329ee7169c2de19b494b5986d51da25 (diff) | |
download | latinime-d6c621cd87f50da77340c52c1b60fef831950ddc.tar.gz latinime-d6c621cd87f50da77340c52c1b60fef831950ddc.tar.xz latinime-d6c621cd87f50da77340c52c1b60fef831950ddc.zip |
Don't put spaces before and after asterisks
Change-Id: I3c87745c3d4e7a0c531f6c2e68120fada556b44b
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values-fr/donottranslate.xml | 4 | ||||
-rw-r--r-- | java/res/values/donottranslate.xml | 4 |
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">([{*&;:!?</string> + <string name="symbols_preceded_by_space">([{&;:!?</string> <!-- Symbols that are normally followed by a space (used to add an auto-space after these) --> - <string name="symbols_followed_by_space">.,;:!?)]}*&</string> + <string name="symbols_followed_by_space">.,;:!?)]}&</string> <!-- Symbols that separate words --> <!-- Don't remove the enclosing double quotes, they protect whitespace (not just U+0020) --> <string name="symbols_word_separators">"	 \n"()[]{}*&<>+=|.,;:!?/_\"</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">([{*&</string> + <string name="symbols_preceded_by_space">([{&</string> <!-- Symbols that are normally followed by a space (used to add an auto-space after these) --> - <string name="symbols_followed_by_space">.,;:!?)]}*&</string> + <string name="symbols_followed_by_space">.,;:!?)]}&</string> <!-- Symbols that separate words --> <!-- Don't remove the enclosing double quotes, they protect whitespace (not just U+0020) --> <string name="symbols_word_separators">"	 \n"()[]{}*&<>+=|.,;:!?/_\"</string> |