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

Unified Diff: grit/format/rc.py

Issue 18892002: Corrected LANGID for 'es'. (Closed) Base URL: https://grit-i18n.googlecode.com/svn/trunk
Patch Set: Created 7 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: grit/format/rc.py
diff --git a/grit/format/rc.py b/grit/format/rc.py
index 9ba5b865d635b9e1a185a31f4ea72c776d9de8c0..153086c5e0230e3846353e3ba14ead819ded3e2e 100644
--- a/grit/format/rc.py
+++ b/grit/format/rc.py
@@ -81,7 +81,7 @@ _LANGUAGE_CHARSET_PAIR = {
'ar' : '040104e8',
'fi' : '040b04e4',
'ko' : '041203b5',
- 'es' : '040a04e4',
+ 'es' : '0c0a04e4',
'bg' : '040204e3',
# No codepage for filipino, use unicode(1200).
'fil' : '046404e4',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698