Commit f1a1d36c authored by JC Brand's avatar JC Brand

Add Dutch translation, provided by @maartenkling

parent 15084684
......@@ -4,7 +4,8 @@ Changelog
0.6.6 (2013-10-08)
------------------
* Bugfix: Presence stanza must be sent out only after roster has been initialized [jcbrand]
* Bugfix: Presence stanza must be sent out after roster has been initialized [jcbrand]
* Dutch translation [maartenkling]
0.6.5 (2013-10-08)
------------------
......
......@@ -54,7 +54,7 @@
<li>Custom status messages</li>
<li>Typing notifications</li>
<li>Third person messages (/me )</li>
<li>Translated into multiple languages (af, de, es, fr, it, hu, pt-BR, ru)</li>
<li>Translated into multiple languages (af, de, es, fr, hu, it, nl, pt-BR, ru)</li>
</ul>
<h2>Screencasts</h2>
......
......@@ -16,6 +16,7 @@
"fr": "locale/fr/LC_MESSAGES/fr",
"hu": "locale/hu/LC_MESSAGES/hu",
"it": "locale/it/LC_MESSAGES/it",
"nl": "locale/nl/LC_MESSAGES/nl",
"pt_BR": "locale/pt_BR/LC_MESSAGES/pt_BR",
"ru": "locale/ru/LC_MESSAGES/ru"
}
......@@ -30,9 +31,10 @@
'fr',
'hu',
'it',
'nl',
'pt_BR',
'ru'
], function (jed, af, de, en, es, fr, hu, it, pt_BR, ru) {
], function (jed, af, de, en, es, fr, hu, it, nl, pt_BR, ru) {
root.locales = {
'af': af,
'de': de,
......@@ -41,6 +43,7 @@
'fr': fr,
'hu': hu,
'it': it,
'nl': nl,
'pt-br': pt_BR,
'ru': ru
};
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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