aboutsummaryrefslogtreecommitdiffstats
path: root/tests/res
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-04-05 14:59:55 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-04-11 11:23:47 +0900
commit2be51f4fd0c5cd70c7a2757558ffe45e703700cf (patch)
tree8f4d038afe8ecb55a1dc934e5f7cef2228a0d371 /tests/res
parent7be6ce0fd7f87d0e8e53fbbbb872d8a88a9bb32c (diff)
downloadlatinime-2be51f4fd0c5cd70c7a2757558ffe45e703700cf.tar.gz
latinime-2be51f4fd0c5cd70c7a2757558ffe45e703700cf.tar.xz
latinime-2be51f4fd0c5cd70c7a2757558ffe45e703700cf.zip
Generate KeyboardLabelsSet from donottranslate-more-keys.xml
This change introduces makelabel tool that reads all languages' donottranslate-more-keys and generate KeyboardLabelsSet.java source file. The makelabel command must be invoked prior to compile LatinIME. Change-Id: I7515c7919c535e30f9c80a37bdc831d0f682cd43
Diffstat (limited to 'tests/res')
-rw-r--r--tests/res/values/donottranslate.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/res/values/donottranslate.xml b/tests/res/values/donottranslate.xml
index 1ca4451d4..42181ed92 100644
--- a/tests/res/values/donottranslate.xml
+++ b/tests/res/values/donottranslate.xml
@@ -50,7 +50,7 @@
<string name="multiple_labels_with_escape_surrounded_by_spaces">" \\abc , d\\ef , gh\\i "</string>
<string name="multiple_labels_with_comma_and_escape">"ab\\\\,d\\\\\\,,g\\,i"</string>
<string name="multiple_labels_with_comma_and_escape_surrounded_by_spaces">" ab\\\\ , d\\\\\\, , g\\,i "</string>
- <string name="indirect_string">@string/multiple_chars</string>
- <string name="indirect_string_with_literal">x,@string/multiple_chars,y</string>
- <string name="infinite_indirection">infinite,@string/infinite_indirection,loop</string>
+ <string name="indirect_string">!label/multiple_chars</string>
+ <string name="indirect_string_with_literal">x,!label/multiple_chars,y</string>
+ <string name="infinite_indirection">infinite,!label/infinite_indirection,loop</string>
</resources>