From 29928af03aa3330da2ca3dc20c7188f900d67a7c Mon Sep 17 00:00:00 2001 From: Amith Yamasani <yamasani@google.com> Date: Thu, 21 Jan 2010 18:13:39 -0800 Subject: [PATCH] Don't do space/punctuation swap for colon and semicolon, to enable smiley typing. Bug #2379172 Remove colon and semicolon from sentence separator list. --- res/values/donottranslate.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/values/donottranslate.xml b/res/values/donottranslate.xml index d9649f3b19..b9cfbd1359 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" --> -- GitLab