OSDN Git Service

Use word "languages" in favor of multi-locale support.
authorYohei Yukawa <yukawa@google.com>
Wed, 30 Mar 2016 03:44:01 +0000 (20:44 -0700)
committerYohei Yukawa <yukawa@google.com>
Wed, 30 Mar 2016 03:44:01 +0000 (20:44 -0700)
In Android N, the user is able to select multiple languages.  Hence
in the IME subtype enabler "Use system language" should be updated to
"Use system languages".

Bug: 27722513
Change-Id: Idcc2fa7eecd1316feac04774ff18c42614a0dc9a

res/values/strings.xml

index d970857..e300417 100644 (file)
     <string name="input_method_settings_button">Settings</string>
     <!-- Title for settings of active input methods in each IME [CHAR LIMIT=35] -->
     <string name="active_input_method_subtypes">Active input methods</string>
-    <!-- Title for settings whether or not the framework will select input methods in an IME based on the current system locale. [CHAR LIMIT=35] -->
-    <string name="use_system_language_to_select_input_method_subtypes">Use system language</string>
+    <!-- Title for settings whether or not the framework will select input methods in an IME based
+         on the current system locales. (The user can select multiple system locales)
+         [CHAR LIMIT=35] -->
+    <string name="use_system_language_to_select_input_method_subtypes">Use system languages</string>
     <!-- Input Methods Settings localized format string for generating the appropriate "Foo settings" menu label for the Input Method named "Foo" [CHAR LIMIT=35] -->
     <string name="input_methods_settings_label_format"><xliff:g id="ime_name">%1$s</xliff:g> settings</string>
     <!-- Title for the settings of selecting active input methods of an IME [CHAR LIMIT=35] -->