aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2014-09-08 09:14:30 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-08 09:14:30 +0000
commit81bbadb8060c2c3660b8e8b63effbf94fb58833e (patch)
tree4d0d7292f4e45b514b211e018b9d4d81e0416943 /java/res
parent1b1b0463979fb0a03e25aae11ca0f96931e34448 (diff)
parenta1d23154992fbda9b3f035dc99132ed48f21f517 (diff)
downloadlatinime-81bbadb8060c2c3660b8e8b63effbf94fb58833e.tar.gz
latinime-81bbadb8060c2c3660b8e8b63effbf94fb58833e.tar.xz
latinime-81bbadb8060c2c3660b8e8b63effbf94fb58833e.zip
am a1d23154: Merge "Fix a bug with the Greek question mark."
* commit 'a1d23154992fbda9b3f035dc99132ed48f21f517': Fix a bug with the Greek question mark.
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values-el/donottranslate-config-spacing-and-punctuations.xml23
-rw-r--r--java/res/values/donottranslate-config-spacing-and-punctuations.xml7
2 files changed, 29 insertions, 1 deletions
diff --git a/java/res/values-el/donottranslate-config-spacing-and-punctuations.xml b/java/res/values-el/donottranslate-config-spacing-and-punctuations.xml
new file mode 100644
index 000000000..117c075a6
--- /dev/null
+++ b/java/res/values-el/donottranslate-config-spacing-and-punctuations.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Symbols that terminate sentences and require capitalization on the next char -->
+ <string name="symbols_sentence_terminators">.;!?</string>
+</resources>
diff --git a/java/res/values/donottranslate-config-spacing-and-punctuations.xml b/java/res/values/donottranslate-config-spacing-and-punctuations.xml
index 2faf578d2..06144d021 100644
--- a/java/res/values/donottranslate-config-spacing-and-punctuations.xml
+++ b/java/res/values/donottranslate-config-spacing-and-punctuations.xml
@@ -33,9 +33,14 @@
<string name="symbols_word_separators">"&#x0009;&#x0020;&#x000A;&#x00A0;"()[]{}*&amp;&lt;&gt;+=|.,;:!?/_\"</string>
<!-- Word connectors -->
<string name="symbols_word_connectors">\'-</string>
- <!-- The sentence separator code point, for capitalization -->
+ <!-- The sentence separator code point, for capitalization and auto-insertion -->
<!-- U+002E: "." FULL STOP ; 2Eh = 46d -->
<integer name="sentence_separator">46</integer>
+ <!-- The abbreviation marker code point -->
+ <!-- U+002E: "." FULL STOP ; 2Eh = 46d -->
+ <integer name="abbreviation_marker">46</integer>
+ <!-- Symbols that terminate sentences and require capitalization on the next char -->
+ <string name="symbols_sentence_terminators">.?!</string>
<!-- Whether this language uses spaces between words -->
<bool name="current_language_has_spaces">true</bool>
</resources>