diff options
author | 2010-01-21 18:13:39 -0800 | |
---|---|---|
committer | 2010-01-21 18:13:39 -0800 | |
commit | 29928af03aa3330da2ca3dc20c7188f900d67a7c (patch) | |
tree | 8d87e6567203a44db0f8a015addb6820691dd0da | |
parent | 578a01d3f60d27f76f592c82d4c377a06f9a6efd (diff) | |
download | latinime-29928af03aa3330da2ca3dc20c7188f900d67a7c.tar.gz latinime-29928af03aa3330da2ca3dc20c7188f900d67a7c.tar.xz latinime-29928af03aa3330da2ca3dc20c7188f900d67a7c.zip |
Don't do space/punctuation swap for colon and semicolon, to enable smiley typing. Bug #2379172
Remove colon and semicolon from sentence separator list.
-rw-r--r-- | res/values/donottranslate.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/donottranslate.xml b/res/values/donottranslate.xml index d9649f3b1..b9cfbd135 100644 --- a/res/values/donottranslate.xml +++ b/res/values/donottranslate.xml @@ -21,7 +21,7 @@ <!-- Symbols that are commonly considered word separators in this language --> <string name="word_separators">.\u0020,;:!?\n()[]*&@{}/<>_+=|\u0022</string> <!-- Symbols that are sentence separators, for purposes of making it hug the last sentence. --> - <string name="sentence_separators">.,;:!?</string> + <string name="sentence_separators">.,!?</string> <!-- Accented characters related to "d" --> <string name="alternates_for_d"></string> <!-- Accented characters related to "r" --> |