DescriptionMapped es-419 to es-MX for iOS.
Used a script that:
1/ searches for all files with a "grd" extension that contain "<!-- iOS uses pt for pt-BR -->".
2/ in those files, replaces all occurrences of '.*<output filename="(.*)_es-419.pak" type="(.*)" lang="es-419.*'
with:
<if expr="is_ios">
<!-- iOS uses es-MX for es-419 -->
<output filename="%s_es-MX.pak" type="%s" lang="es-419" />
</if>
<if expr="not is_ios">
<output filename="%s_es-419.pak" type="%s" lang="es-419" />
</if>
BUG=None
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221038
Patch Set 1 #Patch Set 2 : Fixed double quotes. #Patch Set 3 : es-419 => es-MX #Patch Set 4 : Adding es-MX to the locales list. #Patch Set 5 : Added missing quote. #
Messages
Total messages: 9 (0 generated)
|