diff options
author | 2014-01-30 12:52:23 +0900 | |
---|---|---|
committer | 2014-01-30 15:45:23 +0900 | |
commit | d432892f0cd480efa03e0ff101596ac44d89f4f2 (patch) | |
tree | b40447e6222c410624853fd397be3723d4a77c6c /java/res | |
parent | 0c186c31d2dcb69a5d59afe0107878544a706c7b (diff) | |
download | latinime-d432892f0cd480efa03e0ff101596ac44d89f4f2.tar.gz latinime-d432892f0cd480efa03e0ff101596ac44d89f4f2.tar.xz latinime-d432892f0cd480efa03e0ff101596ac44d89f4f2.zip |
Fix Farsi keyboard comma and period
Bug: 12807701
Change-Id: I49503e9945d97e13d7cc98f54ca071cb935d1e52
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/xml/keys_comma_period_symbols.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/res/xml/keys_comma_period_symbols.xml b/java/res/xml/keys_comma_period_symbols.xml index cbdbe2ea2..880fe40d9 100644 --- a/java/res/xml/keys_comma_period_symbols.xml +++ b/java/res/xml/keys_comma_period_symbols.xml @@ -22,7 +22,8 @@ xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" > <Key - latin:keyLabel="," /> + latin:keyLabel="!text/keylabel_for_comma" + latin:moreKeys="!text/more_keys_for_comma" /> <!-- U+2026: "…" HORIZONTAL ELLIPSIS --> <Key latin:keyLabel="." |