| Index: chrome/browser/resources/chromeos/input_method/zhuyin_manifest.json
|
| diff --git a/chrome/browser/resources/chromeos/input_method/zhuyin_manifest.json b/chrome/browser/resources/chromeos/input_method/zhuyin_manifest.json
|
| index c574bb2ab8017b65915cfc2b6102d0260f9f6464..da0fb79b28cd11fe6e1963629bd8b90025b7d259 100644
|
| --- a/chrome/browser/resources/chromeos/input_method/zhuyin_manifest.json
|
| +++ b/chrome/browser/resources/chromeos/input_method/zhuyin_manifest.json
|
| @@ -14,13 +14,18 @@
|
| "ime_path": "/usr/share/chromeos-assets/input_methods/zhuyin",
|
| "input_components": [
|
| {
|
| - "name": "__MSG_inputmethod_zhuyin__",
|
| - "type": "ime",
|
| - "id": "zh-hant-t-i0-und",
|
| - "indicator": "\u9177",
|
| - "description": "Zhuyin",
|
| - "language": ["zh-TW", "zh"],
|
| - "layouts": ["us"]
|
| + "name": "__MSG_inputmethod_zhuyin__",
|
| + "type": "ime",
|
| + "id": "zh-hant-t-i0-und",
|
| + "indicator": "\u9177",
|
| + "description": "Zhuyin",
|
| + "language": [
|
| + "zh-TW",
|
| + "zh"
|
| + ],
|
| + "layouts": [
|
| + "us"
|
| + ]
|
| }
|
| ],
|
| "options_page": "option.html",
|
|
|