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

Unified Diff: chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json

Issue 794453002: Updates manifest files to use the new nl_data.js in input tool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/input_method/xkb_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json
diff --git a/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json b/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json
index 1089abdc72c9cfb231901ea436e3af075202dd03..04f769c87179776a9228a277dbab04cbf9893320 100644
--- a/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json
+++ b/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json
@@ -85,14 +85,14 @@
"options_page": "hmm_options.html?code=xkb:us:intl:eng"
},
{
- "name": "__MSG_keyboard_us_international__",
+ "name": "__MSG_keyboard_netherland__",
Shu Chen 2014/12/10 07:14:54 You need to add definition of MSG_keyboard_netherl
bshe 2014/12/10 15:18:40 Done.
"type": "ime",
"id": "xkb:us:intl:nld",
- "indicator": "INTL",
+ "indicator": "NLD",
"description": "",
"language": ["nl"],
- "layouts": ["us(intl)"],
- "input_view": "inputview.html#id=us-intl&language=nl&passwordLayout=us-intl&name=keyboard_us_international",
+ "layouts": ["nl"],
Shu Chen 2014/12/10 07:14:54 please don't change this, this is XKB layout ID fo
bshe 2014/12/10 15:18:40 Done.
+ "input_view": "inputview.html#id=nl.compact.qwerty&language=nl&passwordLayout=nl.compact.qwerty&name=keyboard_netherland",
"options_page": "hmm_options.html?code=xkb:us:intl:nld"
},
{
@@ -146,7 +146,7 @@
"description": "",
"language": ["nl"],
"layouts": ["be"],
- "input_view": "inputview.html#id=be.compact.qwerty&language=nl&passwordLayout=be.compact.qwerty&name=keyboard_belgian",
+ "input_view": "inputview.html#id=be&language=nl&passwordLayout=be&name=keyboard_belgian",
"options_page": "hmm_options.html?code=xkb:be::nld"
},
{
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/input_method/xkb_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698