aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2013-10-09 21:26:27 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-09 21:26:27 -0700
commit86e0e06c36777e84fe52cc8df26bdd329a1112d4 (patch)
treef773fb97d6919be7597677a05392a18203dc55ae /java/res
parent616eabaebbe6a53d005b2ced1bdfea4dc4294372 (diff)
parent9af393140e5717573e794dd6b8a193aae582bfcc (diff)
downloadlatinime-86e0e06c36777e84fe52cc8df26bdd329a1112d4.tar.gz
latinime-86e0e06c36777e84fe52cc8df26bdd329a1112d4.tar.xz
latinime-86e0e06c36777e84fe52cc8df26bdd329a1112d4.zip
am 9af39314: am 62001702: am 36c56cae: Merge "Make the sentence separator a resource."
* commit '9af393140e5717573e794dd6b8a193aae582bfcc': Make the sentence separator a resource.
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values-hy/donottranslate.xml3
-rw-r--r--java/res/values/donottranslate.xml3
2 files changed, 6 insertions, 0 deletions
diff --git a/java/res/values-hy/donottranslate.xml b/java/res/values-hy/donottranslate.xml
index 4a6d188fb..7b0c56655 100644
--- a/java/res/values-hy/donottranslate.xml
+++ b/java/res/values-hy/donottranslate.xml
@@ -26,4 +26,7 @@
<!-- Symbols that separate words. Adding armenian period and comma. -->
<!-- Don't remove the enclosing double quotes, they protect whitespace (not just U+0020) -->
<string name="symbols_word_separators">"&#x0009;&#x0020;\n"()[]{}*&amp;&lt;&gt;+=|.,;:!?/_\"&#x0589;&#x055D;</string>
+ <!-- The sentence separator code point, for capitalization -->
+ <!-- U+0589: "։" ARMENIAN FULL STOP ; 589h = 1417d -->
+ <integer name="sentence_separator">1417</integer>
</resources>
diff --git a/java/res/values/donottranslate.xml b/java/res/values/donottranslate.xml
index 42e692d2f..4733aa257 100644
--- a/java/res/values/donottranslate.xml
+++ b/java/res/values/donottranslate.xml
@@ -31,6 +31,9 @@
<string name="symbols_word_separators">"&#x0009;&#x0020;\n"()[]{}*&amp;&lt;&gt;+=|.,;:!?/_\"</string>
<!-- Word connectors -->
<string name="symbols_word_connectors">\'-</string>
+ <!-- The sentence separator code point, for capitalization -->
+ <!-- U+002E: "." FULL STOP ; 2Eh = 46d -->
+ <integer name="sentence_separator">46</integer>
<!-- Whether this language uses spaces between words -->
<bool name="current_language_has_spaces">true</bool>