diff options
author | 2010-10-21 01:56:18 +0900 | |
---|---|---|
committer | 2010-10-21 01:56:18 +0900 | |
commit | f5df46f0e0eb925851c5fe5023be5e334ddf4215 (patch) | |
tree | bfcc2e8fd245fb01a7feb99b65092bc23f7b5f8a /java | |
parent | e354a85ef44e13999aaefd735cef7f659090f6e8 (diff) | |
download | latinime-f5df46f0e0eb925851c5fe5023be5e334ddf4215.tar.gz latinime-f5df46f0e0eb925851c5fe5023be5e334ddf4215.tar.xz latinime-f5df46f0e0eb925851c5fe5023be5e334ddf4215.zip |
Add ; to list of punctuation
bug: 3034792
Change-Id: I8e5f3907840fa2ddc2b5ac99328525313465ea35
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/donottranslate.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values/donottranslate.xml b/java/res/values/donottranslate.xml index 936609924..a7c1fcd18 100644 --- a/java/res/values/donottranslate.xml +++ b/java/res/values/donottranslate.xml @@ -23,7 +23,7 @@ <!-- 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 --> - <string name="suggested_punctuations">!?,\u0022\u0027:()-/@_</string> + <string name="suggested_punctuations">!?,\u0022\u0027:();-/@_</string> <!-- Option values to show/hide the settings key in onscreen keyboard --> <!-- Automatically decide to show or hide the settings key --> |