diff options
author | 2010-12-14 15:31:47 +0900 | |
---|---|---|
committer | 2010-12-17 17:18:28 +0900 | |
commit | 9b6d1d52d91f8f18952ae3841f4bb0d7309bfc0e (patch) | |
tree | 2907b32c1509f69850a3ca6dd6ac36a60341fbd9 /java/res/values-en | |
parent | f61287ae48c17d2afb4c9b971cbdd3ee0cc055e2 (diff) | |
download | latinime-9b6d1d52d91f8f18952ae3841f4bb0d7309bfc0e.tar.gz latinime-9b6d1d52d91f8f18952ae3841f4bb0d7309bfc0e.tar.xz latinime-9b6d1d52d91f8f18952ae3841f4bb0d7309bfc0e.zip |
Add popupKeyboardTemplate attribute to Keyboard
This change
- introduces the popupKeyboardTemplate attribute of Keyboard to
specify XML Keyboard file for popup mini keyboard.
- introduces the maxPopupKeyboardColumn attribute of Keyboard to
specify the maximum column of popup mini keyboard.
- changes the content format of the popupCharacters attribute of Key.
It now represents keyLabel, codes and keyTextOutput of each key of
popup mini keyboard using CSV format.
Bug: 2214959
Change-Id: I539e310f7e38a049ee193de0b4ad5d7afdce37b1
Diffstat (limited to 'java/res/values-en')
-rw-r--r-- | java/res/values-en/donottranslate-altchars.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/java/res/values-en/donottranslate-altchars.xml b/java/res/values-en/donottranslate-altchars.xml index 083befa19..baded885a 100644 --- a/java/res/values-en/donottranslate-altchars.xml +++ b/java/res/values-en/donottranslate-altchars.xml @@ -18,10 +18,9 @@ */ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="alternates_for_a">àáâãäåāæ</string> - <string name="alternates_for_e">3èéêëē</string> - <string name="alternates_for_i">ìíîïī8</string> - <string name="alternates_for_o">òóôõöōœø9</string> - <string name="alternates_for_u">ùúûüū7</string> - <string name="alternates_for_y">ýÿ6</string> + <string name="alternates_for_a">à,á,â,ã,ä,å,ā,æ</string> + <string name="alternates_for_e">3,è,é,ê,ë,ē</string> + <string name="alternates_for_i">ì,í,î,ï,ī,8</string> + <string name="alternates_for_o">ò,ó,ô,õ,ö,ō,œ,ø,9</string> + <string name="alternates_for_u">ù,ú,û,ü,ū,7</string> </resources> |