diff options
author | 2014-09-05 16:49:32 +0900 | |
---|---|---|
committer | 2014-09-08 15:33:51 +0900 | |
commit | b526a894db0f475596abbed56c4b311b5e4904dc (patch) | |
tree | 233ddc5005efa83ec0ac907e1747189bcfe5b270 /java/res/values-el | |
parent | 3f779718cc4793e30f2765d532e1d384577b405e (diff) | |
download | latinime-b526a894db0f475596abbed56c4b311b5e4904dc.tar.gz latinime-b526a894db0f475596abbed56c4b311b5e4904dc.tar.xz latinime-b526a894db0f475596abbed56c4b311b5e4904dc.zip |
Fix a bug with the Greek question mark.
Bug: 17398284
Change-Id: If49593e2c959935a183a4cd9d988407cc1160599
Diffstat (limited to 'java/res/values-el')
-rw-r--r-- | java/res/values-el/donottranslate-config-spacing-and-punctuations.xml | 23 |
1 files changed, 23 insertions, 0 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> |