diff options
| author | Espen Hogbakk <espen@hogbakk.no> | 2012-03-27 15:11:48 +0200 |
|---|---|---|
| committer | Espen Hogbakk <espen@hogbakk.no> | 2012-03-27 15:11:48 +0200 |
| commit | 0a67705d7ab2c5366cb2aadc5d717da62cc95b4f (patch) | |
| tree | 05f7d0eb20350ce2defb4baaac8f630d57a19861 /sphinx/builders/htmlhelp.py | |
| parent | 159513fa2a35c16f7d9b35ae40d1db6bcb92712c (diff) | |
| download | sphinx-0a67705d7ab2c5366cb2aadc5d717da62cc95b4f.tar.gz | |
Add norwegian bokmaal translation
Diffstat (limited to 'sphinx/builders/htmlhelp.py')
| -rw-r--r-- | sphinx/builders/htmlhelp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/builders/htmlhelp.py b/sphinx/builders/htmlhelp.py index fdf25cc8..a1dcef23 100644 --- a/sphinx/builders/htmlhelp.py +++ b/sphinx/builders/htmlhelp.py @@ -142,6 +142,7 @@ chm_locales = { 'lt': (0x427, 'cp1257'), 'lv': (0x426, 'cp1257'), 'nl': (0x413, 'cp1252'), + 'no_NB': (0x414, 'cp1252'), 'pl': (0x415, 'cp1250'), 'pt_BR': (0x416, 'cp1252'), 'ru': (0x419, 'cp1251'), |
