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

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

Issue 1237363002: Adds support for Macedonian keyboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/input_method/input_method_util.cc ('k') | chromeos/ime/input_methods.txt » ('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 592556427a57fbb90c3931c38ec596f255740ea5..e99e70fe0d42d5f3db0c7969965c11b27a244478 100644
--- a/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json
+++ b/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json
@@ -956,6 +956,20 @@
],
"input_view": "inputview.html#id=mt&language=mt&passwordLayout=mt&name=keyboard_maltese",
"options_page": "hmm_options.html?code=xkb:mt::mlt"
+ },
+ {
+ "name": "__MSG_keyboard_macedonian__",
+ "type": "ime",
+ "id": "xkb:mk::mkd",
+ "description": "",
+ "language": [
+ "mk"
+ ],
+ "layouts": [
+ "mk"
+ ],
+ "input_view": "inputview.html#id=mk&language=mk&passwordLayout=us-ltr&name=keyboard_macedonian",
+ "options_page": "hmm_options.html?code=xkb:mk::mkd"
}
],
"manifest_version": 2
« no previous file with comments | « chrome/browser/chromeos/input_method/input_method_util.cc ('k') | chromeos/ime/input_methods.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698