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

Unified Diff: components/component_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/resources/locale_settings_mac.grd ('k') | ui/base/strings/app_locale_settings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/component_strings.grd
diff --git a/components/component_strings.grd b/components/component_strings.grd
index b50c4da054a8d7ff5dae39292bae2c293606975f..85b5d613a47708c228535f5b83cfc4e07e0aa151 100644
--- a/components/component_strings.grd
+++ b/components/component_strings.grd
@@ -33,7 +33,13 @@
<output filename="component_strings_eo.pak" type="data_package" lang="eo" />
</if>
<output filename="component_strings_es.pak" type="data_package" lang="es" />
- <output filename="component_strings_es-419.pak" type="data_package" lang="es-419" />
+ <if expr="is_ios">
+ <!-- iOS uses es-MX for es-419 -->
+ <output filename="component_strings_es-MX.pak" type="data_package" lang="es-419" />
+ </if>
+ <if expr="not is_ios">
+ <output filename="component_strings_es-419.pak" type="data_package" lang="es-419" />
+ </if>
<output filename="component_strings_et.pak" type="data_package" lang="et" />
<if expr="pp_ifdef('use_third_party_translations')">
<output filename="component_strings_eu.pak" type="data_package" lang="eu" />
« no previous file with comments | « chrome/app/resources/locale_settings_mac.grd ('k') | ui/base/strings/app_locale_settings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698