aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/keys_parentheses.xml
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 /java/res/xml/keys_parentheses.xml
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 'java/res/xml/keys_parentheses.xml')
-rw-r--r--java/res/xml/keys_parentheses.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/xml/keys_parentheses.xml b/java/res/xml/keys_parentheses.xml
index 502a84ede..17d72859c 100644
--- a/java/res/xml/keys_parentheses.xml
+++ b/java/res/xml/keys_parentheses.xml
@@ -24,9 +24,9 @@
<Key
latin:keyLabel="("
latin:code="!code/key_left_parenthesis"
- latin:moreKeys="@string/more_keys_for_left_parenthesis" />
+ latin:moreKeys="!label/more_keys_for_left_parenthesis" />
<Key
latin:keyLabel=")"
latin:code="!code/key_right_parenthesis"
- latin:moreKeys="@string/more_keys_for_right_parenthesis" />
+ latin:moreKeys="!label/more_keys_for_right_parenthesis" />
</merge>