Commit 8576d948 authored by JC Brand's avatar JC Brand

Add Norwegian translations.

parent 3e03df47
......@@ -33,7 +33,7 @@ It has the following features:
* Messages appear in all connnected chat clients `XEP 280 <http://xmpp.org/extensions/xep-0280.html>`_
* Typing and chat state notifications `XEP 85 <http://xmpp.org/extensions/xep-0085.html>`_
* Third person messages (/me )
* Translated into 14 languages
* Translated into 15 languages
* Off-the-record encryption
-----------
......
Changelog
=========
0.8.8 (Unreleased)
------------------
* Norwegian Bokmål translations. [Andreas Lorentsen]
0.8.6 (2014-12-07)
------------------
......
......@@ -152,7 +152,7 @@
<li>Custom status messages</li>
<li>Typing notifications</li>
<li>Third person messages (/me )</li>
<li>Translated into 14 languages</li>
<li>Translated into 15 languages</li>
<li>Off-the-record encryption
</ul>
</div>
......
......@@ -18,11 +18,12 @@
'id',
'it',
'ja',
'nb',
'nl',
'pt_BR',
'ru',
'zh'
], function (jed, af, de, en, es, fr, he, hu, id, it, ja, nl, pt_BR, ru, zh) {
], function (jed, af, de, en, es, fr, he, hu, id, it, ja, nb, nl, pt_BR, ru, zh) {
root.locales = {
'af': af,
'de': de,
......@@ -34,6 +35,7 @@
'id': id,
'it': it,
'ja': ja,
'nb': nb,
'nl': nl,
'pt-br': pt_BR,
'ru': ru,
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -68,6 +68,7 @@ require.config({
"id": "locale/id/LC_MESSAGES/id",
"it": "locale/it/LC_MESSAGES/it",
"ja": "locale/ja/LC_MESSAGES/ja",
"nb": "locale/nb/LC_MESSAGES/nb",
"nl": "locale/nl/LC_MESSAGES/nl",
"pt_BR": "locale/pt_BR/LC_MESSAGES/pt_BR",
"ru": "locale/ru/LC_MESSAGES/ru",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment