diff options
-rw-r--r-- | res/values-fr/donottranslate.xml | 2 | ||||
-rw-r--r-- | res/values-it/donottranslate.xml | 2 | ||||
-rw-r--r-- | res/values/donottranslate.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/res/values-fr/donottranslate.xml b/res/values-fr/donottranslate.xml index 527f15e94..b79df7b37 100644 --- a/res/values-fr/donottranslate.xml +++ b/res/values-fr/donottranslate.xml @@ -19,7 +19,7 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Symbols that are commonly considered word separators in this language --> - <string name="word_separators">.\u0020,;:!?\'\n()[]*&@{}/<>_+=|\u0022</string> + <string name="word_separators">.\u0009\u0020,;:!?\'\n()[]*&@{}/<>_+=|\u0022</string> <!-- Symbols that are sentence separators, for purposes of making it hug the last sentence. --> <string name="sentence_separators">.,</string> </resources> diff --git a/res/values-it/donottranslate.xml b/res/values-it/donottranslate.xml index 5cb72adf5..3e3f3ef2a 100644 --- a/res/values-it/donottranslate.xml +++ b/res/values-it/donottranslate.xml @@ -19,5 +19,5 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Symbols that are commonly considered word separators in this language --> - <string name="word_separators">.\u0020,;:!?\'\n()[]*&@{}/<>_+=|\u0022</string> + <string name="word_separators">.\u0009\u0020,;:!?\'\n()[]*&@{}/<>_+=|\u0022</string> </resources> diff --git a/res/values/donottranslate.xml b/res/values/donottranslate.xml index edf230061..87c28aeba 100644 --- a/res/values/donottranslate.xml +++ b/res/values/donottranslate.xml @@ -19,7 +19,7 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Symbols that are commonly considered word separators in this language --> - <string name="word_separators">.\u0020,;:!?\n()[]*&@{}/<>_+=|\u0022</string> + <string name="word_separators">.\u0009\u0020,;:!?\n()[]*&@{}/<>_+=|\u0022</string> <!-- Symbols that are sentence separators, for purposes of making it hug the last sentence. --> <string name="sentence_separators">.,!?</string> <!-- Symbols that are suggested between words --> |