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

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

Issue 20993003: Remove the iBus based Arabic input method, as it's replaced by the extension IME in chromeos-keyboa… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_manager_impl.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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 # Russian 101 # Russian
102 xkb:ru::rus ru ru 102 xkb:ru::rus ru ru
103 xkb:ru:phonetic:rus ru(phonetic) ru 103 xkb:ru:phonetic:rus ru(phonetic) ru
104 104
105 # Arabic
106 m17n:ar:kbd us ar
107
108 # Keyboard layouts. 105 # Keyboard layouts.
109 xkb:br::por br pt-BR 106 xkb:br::por br pt-BR
110 xkb:bg::bul bg bg 107 xkb:bg::bul bg bg
111 xkb:bg:phonetic:bul bg(phonetic) bg 108 xkb:bg:phonetic:bul bg(phonetic) bg
112 xkb:ca:eng:eng ca(eng) en-CA 109 xkb:ca:eng:eng ca(eng) en-CA
113 xkb:cz::cze cz cs 110 xkb:cz::cze cz cs
114 xkb:cz:qwerty:cze cz(qwerty) cs 111 xkb:cz:qwerty:cze cz(qwerty) cs
115 xkb:ee::est ee et 112 xkb:ee::est ee et
116 xkb:es::spa es es 113 xkb:es::spa es es
117 xkb:es:cat:cat es(cat) ca 114 xkb:es:cat:cat es(cat) ca
(...skipping 19 matching lines...) Expand all
137 xkb:si::slv si sl 134 xkb:si::slv si sl
138 xkb:rs::srp rs sr 135 xkb:rs::srp rs sr
139 xkb:tr::tur tr tr 136 xkb:tr::tur tr tr
140 xkb:ua::ukr ua uk 137 xkb:ua::ukr ua uk
141 xkb:by::bel by be 138 xkb:by::bel by be
142 xkb:am:phonetic:arm am hy 139 xkb:am:phonetic:arm am hy
143 xkb:ge::geo ge ka 140 xkb:ge::geo ge ka
144 xkb:mn::mon mn mn 141 xkb:mn::mon mn mn
145 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa 142 # TODO(yusukes): Support xkb:latam:deadtilde:spa and/or xkb:latam:nodeadkeys:spa
146 # if necessary. 143 # if necessary.
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/input_method/input_method_manager_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698