| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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. |
| OLD | NEW |