aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-04-03 13:18:31 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-04-03 13:18:31 +0900
commitb9964b5fe24f0b5985ecedf80136ccf4b63e0bb4 (patch)
tree9cf42f0b93a2537626f487ae231970609f0dbb6d
parentde2b312c6d00509a313c076d0be37eea5c2d41f3 (diff)
downloadlatinime-b9964b5fe24f0b5985ecedf80136ccf4b63e0bb4.tar.gz
latinime-b9964b5fe24f0b5985ecedf80136ccf4b63e0bb4.tar.xz
latinime-b9964b5fe24f0b5985ecedf80136ccf4b63e0bb4.zip
Rename string resource to more generic name
Change-Id: I0a3386e921f3027114126ca4c8e09f41288d2d7c
-rw-r--r--java/res/values/strings.xml4
-rw-r--r--java/res/xml/method.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index e38bdd64e..494bfbd2b 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -358,9 +358,9 @@
(US) should be an abbreviation of United Statesn to fit in the CHAR LIMIT.
This should be identical to subtype_es_US aside from the trailing (%s). -->
<string name="subtype_with_layout_es_US">Spanish (US) (<xliff:g id="KEYBOARD_LAYOUT" example="QWERTY">%s</xliff:g>)</string>
- <!-- Description for Nepali (Traditional) keyboard subtype [CHAR LIMIT=25]
+ <!-- Description for "LANGUAGE_NAME" (Traditional) keyboard subtype [CHAR LIMIT=25]
(Traditional) can be an abbreviation to fit in the CHAR LIMIT. -->
- <string name="subtype_nepali_traditional"><xliff:g id="LANGUAGE_NAME" example="Nepali">%s</xliff:g> (Traditional)</string>
+ <string name="subtype_generic_traditional"><xliff:g id="LANGUAGE_NAME" example="Nepali">%s</xliff:g> (Traditional)</string>
<!-- TODO: Uncomment once we can handle IETF language tag with script name specified.
Description for Serbian Cyrillic keyboard subtype [CHAR LIMIT=25]
(Cyrillic) can be an abbreviation to fit in the CHAR LIMIT.
diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml
index c64b3a4e0..cc824562a 100644
--- a/java/res/xml/method.xml
+++ b/java/res/xml/method.xml
@@ -485,7 +485,7 @@
android:isAsciiCapable="false"
/>
<subtype android:icon="@drawable/ic_ime_switcher_dark"
- android:label="@string/subtype_nepali_traditional"
+ android:label="@string/subtype_generic_traditional"
android:subtypeId="0x5fafea88"
android:imeSubtypeLocale="ne_NP"
android:imeSubtypeMode="keyboard"