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

Unified Diff: chrome/app/resources/locale_settings_mac.grd

Issue 11276003: Remap pt-BR to pt on iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Comment typo fix Created 8 years, 2 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
Index: chrome/app/resources/locale_settings_mac.grd
diff --git a/chrome/app/resources/locale_settings_mac.grd b/chrome/app/resources/locale_settings_mac.grd
index 294cd3e27e56030025d9c198b7ca7d5f03019c21..84b96d583cde5cb2f6d38020b654296494b59480 100644
--- a/chrome/app/resources/locale_settings_mac.grd
+++ b/chrome/app/resources/locale_settings_mac.grd
@@ -42,7 +42,13 @@
be 'nb'. -->
<output filename="platform_locale_settings_nb.pak" type="data_package" lang="no" />
<output filename="platform_locale_settings_pl.pak" type="data_package" lang="pl" />
- <output filename="platform_locale_settings_pt-BR.pak" type="data_package" lang="pt-BR" />
+ <if expr="pp_ifdef('ios')">
+ <!-- iOS uses pt for pt-BR -->
+ <output filename="platform_locale_settings_pt.pak" type="data_package" lang="pt-BR" />
+ </if>
+ <if expr="not pp_ifdef('ios')">
+ <output filename="platform_locale_settings_pt-BR.pak" type="data_package" lang="pt-BR" />
+ </if>
<output filename="platform_locale_settings_pt-PT.pak" type="data_package" lang="pt-PT" />
<output filename="platform_locale_settings_ro.pak" type="data_package" lang="ro" />
<output filename="platform_locale_settings_ru.pak" type="data_package" lang="ru" />

Powered by Google App Engine
This is Rietveld 408576698