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

Unified Diff: grit/format/rc.py

Issue 18646003: Corrected mappings for Norwegian: (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 6c6a1657233d5789408baca57a6fc62359b7bd29..9ba5b865d635b9e1a185a31f4ea72c776d9de8c0 100644
--- a/grit/format/rc.py
+++ b/grit/format/rc.py
@@ -98,7 +98,9 @@ _LANGUAGE_CHARSET_PAIR = {
'zh-TW' : '040403b6',
'zh-HK' : '0c0403b6',
'el' : '040804e5',
- 'no' : '041404e4',
+ 'no' : '001404e4',
+ 'nb' : '041404e4',
+ 'nn' : '081404e4',
'th' : '041e036a',
'he' : '040d04e7',
'iw' : '040d04e7',
@@ -192,6 +194,8 @@ _LANGUAGE_DIRECTIVE_PAIR = {
'zh-HK' : 'LANG_CHINESE, SUBLANG_CHINESE_HONGKONG',
'el' : 'LANG_GREEK, SUBLANG_DEFAULT',
'no' : 'LANG_NORWEGIAN, SUBLANG_DEFAULT',
+ 'nb' : 'LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL',
+ 'nn' : 'LANG_NORWEGIAN, SUBLANG_NORWEGIAN_NYNORSK',
'th' : 'LANG_THAI, SUBLANG_DEFAULT',
'he' : 'LANG_HEBREW, SUBLANG_DEFAULT',
'iw' : 'LANG_HEBREW, SUBLANG_DEFAULT',
« 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