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

Unified Diff: ui/base/l10n/l10n_util.cc

Issue 971653005: Roll ICU to eda9e75b to add the Windows data dll (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix mo display name Created 5 years, 10 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 | « DEPS ('k') | ui/base/l10n/l10n_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/l10n/l10n_util.cc
diff --git a/ui/base/l10n/l10n_util.cc b/ui/base/l10n/l10n_util.cc
index 80afb84df67db145e1c59d2a74c48318e0e7f1f4..354db4b98977f5a35e465935d9738fb3f816a4e8 100644
--- a/ui/base/l10n/l10n_util.cc
+++ b/ui/base/l10n/l10n_util.cc
@@ -529,6 +529,8 @@ base::string16 GetDisplayNameForLocale(const std::string& locale,
locale_code = "zh-Hant";
else if (locale_code == "tl")
locale_code = "fil";
+ else if (locale_code == "mo")
+ locale_code = "ro-MD";
base::string16 display_name;
#if defined(OS_ANDROID)
« no previous file with comments | « DEPS ('k') | ui/base/l10n/l10n_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698