Fix Norwegian language code.

This commit is contained in:
Georg Brandl 2012-10-28 18:19:54 +01:00
parent c94b2b761d
commit 88dac45c9e
6 changed files with 2 additions and 1 deletions

View File

@ -383,6 +383,7 @@ documentation on :ref:`intl` for details.
* ``ko`` -- Korean * ``ko`` -- Korean
* ``lt`` -- Lithuanian * ``lt`` -- Lithuanian
* ``lv`` -- Latvian * ``lv`` -- Latvian
* ``nb_NO`` -- Norwegian Bokmal
* ``ne`` -- Nepali * ``ne`` -- Nepali
* ``nl`` -- Dutch * ``nl`` -- Dutch
* ``pl`` -- Polish * ``pl`` -- Polish

View File

@ -0,0 +1 @@
Documentation.addTranslations({"locale": "nb_NO", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "Skjul s\u00f8keresultat", "Permalink to this definition": "Permalink til denne definisjonen", "Expand sidebar": "Utvid sidepanelet", "Permalink to this headline": "Permalink til denne oversikten", "Collapse sidebar": "Skjul sidepanelet"}});

Binary file not shown.

View File

@ -1 +0,0 @@
Documentation.addTranslations({"locale": "no_NB", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "Skjul S\u00f6kresultater", "Permalink to this definition": "Permalink til denne definisjonen", "Expand sidebar": "Utvid sidepanelet", "Permalink to this headline": "Permalink til denne overskriften", "Collapse sidebar": "Kollaps sidepanelet"}});