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

Unified Diff: chrome/app/chromium_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
« no previous file with comments | « build/common.gypi ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chromium_strings.grd
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd
index 1457f0f77f02fb82a89e7bdc49ee3f593275bc48..f31cd9a220000e6bd09457970a56e564e385c987 100644
--- a/chrome/app/chromium_strings.grd
+++ b/chrome/app/chromium_strings.grd
@@ -79,7 +79,13 @@ be available for now. -->
<output filename="chromium_strings_nb.pak" type="data_package" lang="no" />
<!-- 'no' for Norwegian Bokmål. It should be 'nb'. -->
<output filename="chromium_strings_pl.pak" type="data_package" lang="pl" />
- <output filename="chromium_strings_pt-BR.pak" type="data_package" lang="pt-BR" />
+ <if expr="pp_ifdef('ios')">
+ <!-- iOS uses pt for pt-BR -->
+ <output filename="chromium_strings_pt.pak" type="data_package" lang="pt-BR" />
Nico 2012/10/26 01:11:03 the lang= attribute is intentionally pt-BR here?
stuartmorgan 2012/10/26 04:33:57 Yep, see Norwegian above.
+ </if>
+ <if expr="not pp_ifdef('ios')">
+ <output filename="chromium_strings_pt-BR.pak" type="data_package" lang="pt-BR" />
+ </if>
<output filename="chromium_strings_pt-PT.pak" type="data_package" lang="pt-PT" />
<output filename="chromium_strings_ro.pak" type="data_package" lang="ro" />
<output filename="chromium_strings_ru.pak" type="data_package" lang="ru" />
« no previous file with comments | « build/common.gypi ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698