diff options
author | 2009-10-27 16:25:41 +0900 | |
---|---|---|
committer | 2009-10-28 07:04:28 +0900 | |
commit | 7d92b6ffc513ba447683b127d3495b97d4a714f9 (patch) | |
tree | 4488c25442901378e5b84e15cdd348b412a82245 | |
parent | 40bf8352fe14b1041b60ee34ad4b5c8ccfbabfe8 (diff) | |
download | latinime-7d92b6ffc513ba447683b127d3495b97d4a714f9.tar.gz latinime-7d92b6ffc513ba447683b127d3495b97d4a714f9.tar.xz latinime-7d92b6ffc513ba447683b127d3495b97d4a714f9.zip |
Add missing "android:codes" in i.
Also, add some comments to @string/key_i.
Currently there's a possiblity where some translator misunderstand what this means.
Internal issue number: 2213965
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index ec9a8b731..753d0dc9e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -126,7 +126,10 @@ <!-- Accented forms of "y" --> <string name="alternates_for_y">ýÿ</string> - <!-- Label to display on the "i" key --> + <!-- Label to display on the lower "i" key. + Usually you don't need to modify this value, but if your locale requires some variant + for this character (e.g. \\u131 "Latin Small Letter Dotoless i"), please modify this + value. --> <string name="key_i">i</string> <!-- Tip to long press on keys --> |