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

Unified Diff: chrome/browser/translate/translate_manager.cc

Issue 3024005: Google translate supports some new languages, makes Chrome aware of them. Tha... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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 | « no previous file | chrome/browser/translate/translate_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/translate/translate_manager.cc
===================================================================
--- chrome/browser/translate/translate_manager.cc (revision 52842)
+++ chrome/browser/translate/translate_manager.cc (working copy)
@@ -62,8 +62,11 @@
// te Telugu
const char* kSupportedLanguages[] = {
"af", // Afrikaans
+ "az", // Azerbaijani
"sq", // Albanian
"ar", // Arabic
+ "hy", // Armenian
+ "eu", // Basque
"be", // Belarusian
"bg", // Bulgarian
"ca", // Catalan
@@ -81,6 +84,7 @@
"gl", // Galician
"de", // German
"el", // Greek
+ "ht", // Haitian Creole
"he", // Hebrew
"hi", // Hindi
"hu", // Hungarian
@@ -89,6 +93,7 @@
"it", // Italian
"ga", // Irish
"ja", // Japanese
+ "ka", // Georgian
"ko", // Korean
"lv", // Latvian
"lt", // Lithuanian
@@ -110,6 +115,7 @@
"th", // Thai
"tr", // Turkish
"uk", // Ukrainian
+ "ur", // Urdu
"vi", // Vietnamese
"cy", // Welsh
"yi", // Yiddish
« no previous file with comments | « no previous file | chrome/browser/translate/translate_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698