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

Unified Diff: chrome/app/google_chrome_strings.grd

Issue 23704006: Mapped es-419 to es-MX for iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing quote. Created 7 years, 3 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 | « chrome/app/generated_resources.grd ('k') | chrome/app/resources/locale_settings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/google_chrome_strings.grd
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
index ec0a145d6b68b255288007284882fcf7d680e46b..3898018407827b0221a772be83681c3a5131684b 100644
--- a/chrome/app/google_chrome_strings.grd
+++ b/chrome/app/google_chrome_strings.grd
@@ -21,7 +21,13 @@ Chrome supports. -->
<output filename="google_chrome_strings_en-GB.pak" type="data_package" lang="en-GB" />
<output filename="google_chrome_strings_en-US.pak" type="data_package" lang="en" />
<output filename="google_chrome_strings_es.pak" type="data_package" lang="es" />
- <output filename="google_chrome_strings_es-419.pak" type="data_package" lang="es-419" />
+ <if expr="is_ios">
+ <!-- iOS uses es-MX for es-419 -->
+ <output filename="google_chrome_strings_es-MX.pak" type="data_package" lang="es-419" />
+ </if>
+ <if expr="not is_ios">
+ <output filename="google_chrome_strings_es-419.pak" type="data_package" lang="es-419" />
+ </if>
<output filename="google_chrome_strings_et.pak" type="data_package" lang="et" />
<output filename="google_chrome_strings_fa.pak" type="data_package" lang="fa" />
<output filename="google_chrome_strings_fi.pak" type="data_package" lang="fi" />
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/app/resources/locale_settings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698