From 2be51f4fd0c5cd70c7a2757558ffe45e703700cf Mon Sep 17 00:00:00 2001 From: "Tadashi G. Takaoka" Date: Thu, 5 Apr 2012 14:59:55 +0900 Subject: 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 --- tests/res/values/donottranslate.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/res') 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 @@ " \\abc , d\\ef , gh\\i " "ab\\\\,d\\\\\\,,g\\,i" " ab\\\\ , d\\\\\\, , g\\,i " - @string/multiple_chars - x,@string/multiple_chars,y - infinite,@string/infinite_indirection,loop + !label/multiple_chars + x,!label/multiple_chars,y + infinite,!label/infinite_indirection,loop -- cgit v1.2.3-83-g751a