aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/values-it
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2011-05-09 16:54:07 +0900
committerJean Chalard <jchalard@google.com>2011-05-09 19:15:11 +0900
commit863f95b6052e5d9d4fb1ac5dc283c464db9f29c3 (patch)
treef7a46644d12ced5f71d91a2dae56c7a0345bbbff /java/res/values-it
parentaac2d87dcf8f199d942c61a1115746d61f181675 (diff)
downloadlatinime-863f95b6052e5d9d4fb1ac5dc283c464db9f29c3.tar.gz
latinime-863f95b6052e5d9d4fb1ac5dc283c464db9f29c3.tar.xz
latinime-863f95b6052e5d9d4fb1ac5dc283c464db9f29c3.zip
Improve magic space handling.
Split symbols into: - Symbols that should swap themselves with a magic space. - Symbols that should remove the magic space. - Symbols that should transform the magic space into a real space. Also, have symbols inserted from the suggestion strip always consider the space before them to be magic. Also, do minor refactoring to remove useless variables or make clearer how to carry some symbol-related information. Bug: 4391347 Change-Id: Ie2308a62c8fef55e3610897c0f58943acb7aa8c9
Diffstat (limited to 'java/res/values-it')
-rw-r--r--java/res/values-it/donottranslate.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/values-it/donottranslate.xml b/java/res/values-it/donottranslate.xml
index 3e3f3ef2a..adb2a9a9d 100644
--- a/java/res/values-it/donottranslate.xml
+++ b/java/res/values-it/donottranslate.xml
@@ -18,6 +18,6 @@
*/
-->
<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">.\u0009\u0020,;:!?\'\n()[]*&amp;@{}/&lt;&gt;_+=|\u0022</string>
+ <!-- Symbols that do NOT separate words -->
+ <string name="non_word_separator_symbols"></string>
</resources>