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

Unified Diff: chrome/app/google_chrome_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
Index: chrome/app/google_chrome_strings.grd
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
index f528693a29d3bc347e234edcde7d0e9b293c9ebc..3a9a767942a8ceef8425feecbd13170b879827f7 100644
--- a/chrome/app/google_chrome_strings.grd
+++ b/chrome/app/google_chrome_strings.grd
@@ -46,7 +46,13 @@ Chrome supports. -->
<output filename="google_chrome_strings_nb.pak" type="data_package" lang="no" />
<!-- 'no' for Norwegian Bokmål. It should be 'nb'. -->
<output filename="google_chrome_strings_pl.pak" type="data_package" lang="pl" />
- <output filename="google_chrome_strings_pt-BR.pak" type="data_package" lang="pt-BR" />
+ <if expr="pp_ifdef('ios')">
+ <!-- iOS uses pt for pt-BR -->
+ <output filename="google_chrome_strings_pt.pak" type="data_package" lang="pt-BR" />
+ </if>
+ <if expr="not pp_ifdef('ios')">
+ <output filename="google_chrome_strings_pt-BR.pak" type="data_package" lang="pt-BR" />
+ </if>
<output filename="google_chrome_strings_pt-PT.pak" type="data_package" lang="pt-PT" />
<output filename="google_chrome_strings_ro.pak" type="data_package" lang="ro" />
<output filename="google_chrome_strings_ru.pak" type="data_package" lang="ru" />

Powered by Google App Engine
This is Rietveld 408576698