diff options
-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" --> |