aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2012-02-21 18:54:44 -0800
committerJean Chalard <jchalard@google.com>2012-02-21 18:54:44 -0800
commitb141c9cd3f6785bc0a4e1f5385f4e6e2e17955bb (patch)
treeb5a8462201956925e22c5e192081e0ea86112db2 /java/res
parent8a3d369840d6061692a19ceb1eb7267a50a9e056 (diff)
downloadlatinime-b141c9cd3f6785bc0a4e1f5385f4e6e2e17955bb.tar.gz
latinime-b141c9cd3f6785bc0a4e1f5385f4e6e2e17955bb.tar.xz
latinime-b141c9cd3f6785bc0a4e1f5385f4e6e2e17955bb.zip
Rename resources to reflect current usage
Bug: 6010403 Change-Id: Ia02ff31007296fdf6901504f238dfd9e4621f658
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/donottranslate.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/java/res/values/donottranslate.xml b/java/res/values/donottranslate.xml
index 69d923a94..94da9462f 100644
--- a/java/res/values/donottranslate.xml
+++ b/java/res/values/donottranslate.xml
@@ -20,17 +20,17 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Symbols that are suggested between words -->
<string name="suggested_punctuations">!,?,\\,,:,;,\",(,),\',-,/,@,_</string>
- <!-- Symbols that should be swapped with a magic space -->
- <string name="magic_space_swapping_symbols">.,;:!?)]}\"</string>
- <!-- Symbols that should strip a magic space -->
- <string name="magic_space_stripping_symbols">"&#x0009;&#x0020;\n/_\'-"</string>
- <!-- Symbols that should convert magic spaces into real space -->
- <string name="magic_space_promoting_symbols">([*&amp;@{&lt;&gt;+=|</string>
+ <!-- Symbols that should be swapped with a weak space -->
+ <string name="weak_space_swapping_symbols">.,;:!?)]}\"</string>
+ <!-- Symbols that should strip a weak space -->
+ <string name="weak_space_stripping_symbols">"&#x0009;&#x0020;\n/_\'-"</string>
+ <!-- Symbols that should convert weak spaces into real space -->
+ <string name="weak_space_promoting_symbols">([*&amp;@{&lt;&gt;+=|</string>
<!-- Symbols that do NOT separate words -->
<string name="symbols_excluded_from_word_separators">\'-</string>
<!-- Word separator list is the union of all symbols except those that are not separators:
- magic_space_swapping_symbols | magic_space_stripping_symbols |
- magic_space_neutral_symbols \ symbols_excluded_from_word_separators -->
+ weak_space_swapping_symbols | weak_space_stripping_symbols
+ \ symbols_excluded_from_word_separators -->
<!-- Symbol characters list that should switch back to the main layout -->
<!-- U+2018: "‘" LEFT SINGLE QUOTATION MARK
U+2019: "’" RIGHT SINGLE QUOTATION MARK