Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Side by Side Diff: chromeos/ime/input_methods.txt

Issue 20843010: Revive Chewing IME for traditional Chinese Input. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing comments Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/chromeos/input_method/input_method_util_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # The list of input methods that we support. The input methods metadata is 1 # The list of input methods that we support. The input methods metadata is
2 # also defined here. We use this data for the following purposes. 2 # also defined here. We use this data for the following purposes.
3 # 3 #
4 # 1. Exclude unnecessary input methods. For example, we don't need 4 # 1. Exclude unnecessary input methods. For example, we don't need
5 # "ja:anthy", and "zh:pinyin" engines in ibus-m17n since we have better 5 # "ja:anthy", and "zh:pinyin" engines in ibus-m17n since we have better
6 # alternatives outside of ibus-m17n. Excluding these input methods from 6 # alternatives outside of ibus-m17n. Excluding these input methods from
7 # the IBus engine XML files, such as /usr/share/ibus/component/m17n.xml, 7 # the IBus engine XML files, such as /usr/share/ibus/component/m17n.xml,
8 # makes the startup time of the IBus daemon faster. This filtering is 8 # makes the startup time of the IBus daemon faster. This filtering is
9 # done using a python script at build time of ibus-m17n. 9 # done using a python script at build time of ibus-m17n.
10 # See crosbug.com/4161 for details. 10 # See crosbug.com/4161 for details.
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 xkb:de::ger de de 91 xkb:de::ger de de
92 xkb:de:neo:ger de(neo) de 92 xkb:de:neo:ger de(neo) de
93 xkb:be::ger be de 93 xkb:be::ger be de
94 xkb:ch::ger ch de 94 xkb:ch::ger ch de
95 95
96 # Japanese 96 # Japanese
97 # |kMozcJaInputMethodIds| in ibus_ui_controller.cc should also be updated when 97 # |kMozcJaInputMethodIds| in ibus_ui_controller.cc should also be updated when
98 # a new Mozc Japanese IME for another keyboard layout is added. 98 # a new Mozc Japanese IME for another keyboard layout is added.
99 xkb:jp::jpn jp ja 99 xkb:jp::jpn jp ja
100 100
101 # Traditional Chinese
102 mozc-chewing us zh-TW
103 m17n:zh:quick us zh-TW
104
101 # Russian 105 # Russian
102 xkb:ru::rus ru ru 106 xkb:ru::rus ru ru
103 xkb:ru:phonetic:rus ru(phonetic) ru 107 xkb:ru:phonetic:rus ru(phonetic) ru
104 108
105 # Keyboard layouts. 109 # Keyboard layouts.
106 xkb:br::por br pt-BR 110 xkb:br::por br pt-BR
107 xkb:bg::bul bg bg 111 xkb:bg::bul bg bg
108 xkb:bg:phonetic:bul bg(phonetic) bg 112 xkb:bg:phonetic:bul bg(phonetic) bg
109 xkb:ca:eng:eng ca(eng) en-CA 113 xkb:ca:eng:eng ca(eng) en-CA
110 xkb:cz::cze cz cs 114 xkb:cz::cze cz cs
(...skipping 23 matching lines...) Expand all
134 xkb:si::slv si sl 138 xkb:si::slv si sl
135 xkb:rs::srp rs sr 139 xkb:rs::srp rs sr
136 xkb:tr::tur tr tr 140 xkb:tr::tur tr tr
137 xkb:ua::ukr ua uk 141 xkb:ua::ukr ua uk
138 xkb:by::bel by be 142 xkb:by::bel by be
139 xkb:am:phonetic:arm am hy 143 xkb:am:phonetic:arm am hy
140 xkb:ge::geo ge ka 144 xkb:ge::geo ge ka
141 xkb:mn::mon mn mn 145 xkb:mn::mon mn mn
142 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa 146 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa
143 # if necessary. 147 # if necessary.
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/input_method/input_method_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698