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

Unified Diff: chrome/browser/chromeos/input_method/input_method_util.cc

Issue 7677011: Supports additional Indic languages on the language setting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/input_method_util.cc
diff --git a/chrome/browser/chromeos/input_method/input_method_util.cc b/chrome/browser/chromeos/input_method/input_method_util.cc
index 16c0f2283aadb54e18c4ba7c9086a0ca756bcc5d..2d4538cd4057333ae5857fc52e266f57f1d49869 100644
--- a/chrome/browser/chromeos/input_method/input_method_util.cc
+++ b/chrome/browser/chromeos/input_method/input_method_util.cc
@@ -360,6 +360,14 @@ const ExtraLanguage kExtraLanguages[] = {
{ "id", "xkb:us::eng" }, // For Indonesian, use US keyboard layout.
// The code "fil" comes from app/l10_util.cc.
{ "fil", "xkb:us::eng" }, // For Filipino, use US keyboard layout.
+ // Indic Languages
+ { "bn", "xkb:us::eng" }, // For Bengali, use US keyboard layout.
+ { "gu", "xkb:us::eng" }, // For Gujarati, use US keyboard layout.
+ { "kn", "xkb:us::eng" }, // For Kannada, use US keyboard layout.
+ { "ml", "xkb:us::eng" }, // For Malayalam, use US keyboard layout.
+ { "mr", "xkb:us::eng" }, // For Marathi, use US keyboard layout.
+ { "ta", "xkb:us::eng" }, // For Tamil, use US keyboard layout.
+ { "te", "xkb:us::eng" }, // For Telugu, use US keyboard layout.
// For Netherlands, use US international keyboard layout.
{ "nl", "xkb:us:intl:eng" },
// The code "es-419" comes from app/l10_util.cc.
« 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