From aaefd5666112c4a6fff58783c25cf9a75b468edd Mon Sep 17 00:00:00 2001 From: "Tadashi G. Takaoka" Date: Thu, 28 Aug 2014 15:14:36 +0900 Subject: Add !string/ reference This CL introduces new text reference notation !string/ to refer a string resource on the fly. This notation is mainly used to represent action key labels may refer a string in a system locale in run-time. This notation is needed to implement Hinglish and Serbian-Latin keyboards that need to refer its own action key labels. Bug: 17169632 Bug: 9687668 Change-Id: I042f6bd04714e0e448cd92031730eb9fb422e6d3 --- tests/res/values/donottranslate.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'tests/res') diff --git a/tests/res/values/donottranslate.xml b/tests/res/values/donottranslate.xml index 263d0af24..f26947608 100644 --- a/tests/res/values/donottranslate.xml +++ b/tests/res/values/donottranslate.xml @@ -50,13 +50,15 @@ " \\abc , d\\ef , gh\\i " "ab\\\\,d\\\\\\,,g\\,i" " ab\\\\ , d\\\\\\, , g\\,i " - !text/multiple_chars - x,!text/multiple_chars,y - !text/indirect_string - infinite,!text/infinite_indirection,loop - !TEXT/MULTIPLE_CHARS - x,!TEXT/MULTIPLE_CHARS,y - !TEXT/UPPER_INDIRECT_STRING - infinite,!TEXT/INFINITE_INDIRECTION,loop + !string/multiple_chars + x,!string/multiple_chars,y + !string/indirect_string + infinite,!string/infinite_indirection,loop + !STRING/MULTIPLE_CHARS + x,!STRING/MULTIPLE_CHARS,y + !STRING/UPPER_INDIRECT_STRING + infinite,!STRING/INFINITE_INDIRECTION,loop !fixedColumnOrder!2,!text/keyspec_action_previous,!text/keyspec_action_next + ActionNext + ActionPrevious -- cgit v1.2.3-83-g751a