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

Unified Diff: ui/base/strings/ui_strings.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
« chrome/app/chromium_strings.grd ('K') | « ui/base/strings/app_locale_settings.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/strings/ui_strings.grd
diff --git a/ui/base/strings/ui_strings.grd b/ui/base/strings/ui_strings.grd
index f3dfe482bc46b8e93fd8673084578b1e8c160cf1..8fef40c56beb358b6f473d21f5e4008c7cba9386 100644
--- a/ui/base/strings/ui_strings.grd
+++ b/ui/base/strings/ui_strings.grd
@@ -86,7 +86,13 @@ need to be translated for each locale.-->
be 'nb'. -->
<output filename="ui_strings_nb.pak" type="data_package" lang="no" />
<output filename="ui_strings_pl.pak" type="data_package" lang="pl" />
- <output filename="ui_strings_pt-BR.pak" type="data_package" lang="pt-BR" />
+ <if expr="pp_ifdef('ios')">
+ <!-- iOS uses pt for pt-BR -->
+ <output filename="ui_strings_pt.pak" type="data_package" lang="pt-BR" />
+ </if>
+ <if expr="not pp_ifdef('ios')">
+ <output filename="ui_strings_pt-BR.pak" type="data_package" lang="pt-BR" />
+ </if>
<output filename="ui_strings_pt-PT.pak" type="data_package" lang="pt-PT" />
<output filename="ui_strings_ro.pak" type="data_package" lang="ro" />
<output filename="ui_strings_ru.pak" type="data_package" lang="ru" />
« chrome/app/chromium_strings.grd ('K') | « ui/base/strings/app_locale_settings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698