diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-25 18:35:13 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-25 18:35:13 +0000 |
commit | ca82a57b77b455e132feaf8f010643f91af07759 (patch) | |
tree | 810d9f20b8686bf4fc4584b3b45e4948666ad8f1 /ui | |
parent | ec63aa7958736ef71436cc67233c0a7a3875dd50 (diff) | |
download | chromium_src-ca82a57b77b455e132feaf8f010643f91af07759.zip chromium_src-ca82a57b77b455e132feaf8f010643f91af07759.tar.gz chromium_src-ca82a57b77b455e132feaf8f010643f91af07759.tar.bz2 |
Add es-419 to the Accept-Language and UI language selection menu
Originally, this CL was to add 20+ languages, but I'm scaling down for the branch check-in (M10 and M11) because that requires follow-up changes in ICU and else where and it takes more time than this one-line change.
BUG=62715
TEST=Go to the Preference/settings page - Under the hood - Language settings. Press 'add' button and find Latin American Spanish is shown in the drop-down list.
Review URL: http://codereview.chromium.org/6713022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79420 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r-- | ui/base/l10n/l10n_util.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/base/l10n/l10n_util.cc b/ui/base/l10n/l10n_util.cc index eb4e959..7171340 100644 --- a/ui/base/l10n/l10n_util.cc +++ b/ui/base/l10n/l10n_util.cc @@ -77,6 +77,7 @@ static const char* const kAcceptLanguageList[] = { // TODO(jungshik) : Do we want to list all es-Foo for Latin-American // Spanish speaking countries? "es", // Spanish + "es-419", // Spanish (Latin America) "et", // Estonian "eu", // Basque "fa", // Persian |