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

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

Issue 18001004: Remove Hangul IME with migration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update Tests: Remove Ko/Kr entry and mozc-hangul Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chromeos/ime/input_method_manager.h ('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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 xkb:ru::rus ru ru 93 xkb:ru::rus ru ru
94 xkb:ru:phonetic:rus ru(phonetic) ru 94 xkb:ru:phonetic:rus ru(phonetic) ru
95 95
96 # Vietnamese 96 # Vietnamese
97 m17n:vi:vni us vi 97 m17n:vi:vni us vi
98 # Note: Since Chrome does not support "get surrounding text" feature yet, 98 # Note: Since Chrome does not support "get surrounding text" feature yet,
99 # Vietnames input methods, except 4 input methods above, in m17n-db should 99 # Vietnames input methods, except 4 input methods above, in m17n-db should
100 # not work fine. The 4 input methods in m17n-db (>= 1.6.0) don't require the 100 # not work fine. The 4 input methods in m17n-db (>= 1.6.0) don't require the
101 # feature. 101 # feature.
102 102
103 # Korean
104 mozc-hangul kr(kr104) ko
105 xkb:kr:kr104:kor kr(kr104) ko
106
107 # Keyboard layouts. 103 # Keyboard layouts.
108 xkb:br::por br pt-BR 104 xkb:br::por br pt-BR
109 xkb:bg::bul bg bg 105 xkb:bg::bul bg bg
110 xkb:bg:phonetic:bul bg(phonetic) bg 106 xkb:bg:phonetic:bul bg(phonetic) bg
111 xkb:ca:eng:eng ca(eng) en-CA 107 xkb:ca:eng:eng ca(eng) en-CA
112 xkb:cz::cze cz cs 108 xkb:cz::cze cz cs
113 xkb:cz:qwerty:cze cz(qwerty) cs 109 xkb:cz:qwerty:cze cz(qwerty) cs
114 xkb:ee::est ee et 110 xkb:ee::est ee et
115 xkb:es::spa es es 111 xkb:es::spa es es
116 xkb:es:cat:cat es(cat) ca 112 xkb:es:cat:cat es(cat) ca
(...skipping 19 matching lines...) Expand all
136 xkb:si::slv si sl 132 xkb:si::slv si sl
137 xkb:rs::srp rs sr 133 xkb:rs::srp rs sr
138 xkb:tr::tur tr tr 134 xkb:tr::tur tr tr
139 xkb:ua::ukr ua uk 135 xkb:ua::ukr ua uk
140 xkb:by::bel by be 136 xkb:by::bel by be
141 xkb:am:phonetic:arm am hy 137 xkb:am:phonetic:arm am hy
142 xkb:ge::geo ge ka 138 xkb:ge::geo ge ka
143 xkb:mn::mon mn mn 139 xkb:mn::mon mn mn
144 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa 140 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa
145 # if necessary. 141 # if necessary.
OLDNEW
« no previous file with comments | « chromeos/ime/input_method_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698