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

Side by Side Diff: chrome/browser/resources/chromeos/input_method/google_input_tools_manifest.json

Issue 1082823004: Changes Zhuyin input method's indicator string from 酷 to 注. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | 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 { 1 {
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDyRb75ZzKuseD4ZEposVSGTJQjdySVjV A0s2hgFYDJ3hRh5wATyWsLL7EYvbfi2K+hbYBvrxOQYot4eArQloShy4tdQTZovmTXIINIOzN3j/avFf rYSnJNV6C6gpGKglGVEw/lhf+6WdSnGoWjqXWQnnJltc2JtiAk51nkFJUWZwIDAQAB", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDyRb75ZzKuseD4ZEposVSGTJQjdySVjV A0s2hgFYDJ3hRh5wATyWsLL7EYvbfi2K+hbYBvrxOQYot4eArQloShy4tdQTZovmTXIINIOzN3j/avFf rYSnJNV6C6gpGKglGVEw/lhf+6WdSnGoWjqXWQnnJltc2JtiAk51nkFJUWZwIDAQAB",
3 "name": "__MSG_chos_inputtool_title__", 3 "name": "__MSG_chos_inputtool_title__",
4 "version": "4.3.2.3", 4 "version": "4.3.2.3",
5 "description": "The Google Input Tools", 5 "description": "The Google Input Tools",
6 "default_locale": "en", 6 "default_locale": "en",
7 "incognito": "split", 7 "incognito": "split",
8 "permissions": [ 8 "permissions": [
9 "accessibilityFeatures.read", 9 "accessibilityFeatures.read",
10 "app.window.alpha", 10 "app.window.alpha",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 ], 141 ],
142 "layouts": [ 142 "layouts": [
143 "us" 143 "us"
144 ], 144 ],
145 "input_view": "inputview.html#id=dayi&language=zh-TW&passwordLayout=dayi&n ame=inputmethod_dayi" 145 "input_view": "inputview.html#id=dayi&language=zh-TW&passwordLayout=dayi&n ame=inputmethod_dayi"
146 }, 146 },
147 { 147 {
148 "name": "__MSG_inputmethod_zhuyin__", 148 "name": "__MSG_inputmethod_zhuyin__",
149 "type": "ime", 149 "type": "ime",
150 "id": "zh-hant-t-i0-und", 150 "id": "zh-hant-t-i0-und",
151 "indicator": "\u9177", 151 "indicator": "\u6CE8",
152 "description": "Zhuyin", 152 "description": "Zhuyin",
153 "language": [ 153 "language": [
154 "zh-TW", 154 "zh-TW",
155 "zh" 155 "zh"
156 ], 156 ],
157 "layouts": [ 157 "layouts": [
158 "us" 158 "us"
159 ], 159 ],
160 "input_view": "inputview.html#id=zhuyin&language=zh-TW&passwordLayout=zhuy in&name=inputmethod_zhuyin", 160 "input_view": "inputview.html#id=zhuyin&language=zh-TW&passwordLayout=zhuy in&name=inputmethod_zhuyin",
161 "options_page": "hmm_options.html?code=zh-hant-t-i0-und" 161 "options_page": "hmm_options.html?code=zh-hant-t-i0-und"
(...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
832 "ru" 832 "ru"
833 ], 833 ],
834 "layouts": [ 834 "layouts": [
835 "us" 835 "us"
836 ], 836 ],
837 "input_view": "inputview.html#id=m17n:ru_phone_yazhert&language=ru&passwor dLayout=us-ltr&name=keyboard_russian_phonetic_yazhert" 837 "input_view": "inputview.html#id=m17n:ru_phone_yazhert&language=ru&passwor dLayout=us-ltr&name=keyboard_russian_phonetic_yazhert"
838 } 838 }
839 ], 839 ],
840 "manifest_version": 2 840 "manifest_version": 2
841 } 841 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698