| Index: chrome/browser/resources/chromeos/input_method/cangjie_manifest.json
|
| diff --git a/chrome/browser/resources/chromeos/input_method/cangjie_manifest.json b/chrome/browser/resources/chromeos/input_method/cangjie_manifest.json
|
| index 89b5476ce8c5aaed81f10afc78311aa2ffef255f..d1dee84090ec42eaf6e368b0a99b777dbdc9f2c0 100644
|
| --- a/chrome/browser/resources/chromeos/input_method/cangjie_manifest.json
|
| +++ b/chrome/browser/resources/chromeos/input_method/cangjie_manifest.json
|
| @@ -13,13 +13,18 @@
|
| "ime_path": "/usr/share/chromeos-assets/input_methods/cangjie",
|
| "input_components": [
|
| {
|
| - "name": "__MSG_inputmethod_cangjie__",
|
| - "type": "ime",
|
| - "id": "zh-hant-t-i0-cangjie-1987",
|
| - "indicator": "\u5009",
|
| - "description": "Cangjie",
|
| - "language": ["zh-TW", "zh"],
|
| - "layouts": ["us"]
|
| + "name": "__MSG_inputmethod_cangjie__",
|
| + "type": "ime",
|
| + "id": "zh-hant-t-i0-cangjie-1987",
|
| + "indicator": "\u5009",
|
| + "description": "Cangjie",
|
| + "language": [
|
| + "zh-TW",
|
| + "zh"
|
| + ],
|
| + "layouts": [
|
| + "us"
|
| + ]
|
| }
|
| ],
|
| "manifest_version": 2
|
|
|