Commit f1a1d36c authored by JC Brand's avatar JC Brand

Add Dutch translation, provided by @maartenkling

parent 15084684
...@@ -4,7 +4,8 @@ Changelog ...@@ -4,7 +4,8 @@ Changelog
0.6.6 (2013-10-08) 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) 0.6.5 (2013-10-08)
------------------ ------------------
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<li>Custom status messages</li> <li>Custom status messages</li>
<li>Typing notifications</li> <li>Typing notifications</li>
<li>Third person messages (/me )</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> </ul>
<h2>Screencasts</h2> <h2>Screencasts</h2>
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
"fr": "locale/fr/LC_MESSAGES/fr", "fr": "locale/fr/LC_MESSAGES/fr",
"hu": "locale/hu/LC_MESSAGES/hu", "hu": "locale/hu/LC_MESSAGES/hu",
"it": "locale/it/LC_MESSAGES/it", "it": "locale/it/LC_MESSAGES/it",
"nl": "locale/nl/LC_MESSAGES/nl",
"pt_BR": "locale/pt_BR/LC_MESSAGES/pt_BR", "pt_BR": "locale/pt_BR/LC_MESSAGES/pt_BR",
"ru": "locale/ru/LC_MESSAGES/ru" "ru": "locale/ru/LC_MESSAGES/ru"
} }
...@@ -30,9 +31,10 @@ ...@@ -30,9 +31,10 @@
'fr', 'fr',
'hu', 'hu',
'it', 'it',
'nl',
'pt_BR', 'pt_BR',
'ru' '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 = { root.locales = {
'af': af, 'af': af,
'de': de, 'de': de,
...@@ -41,6 +43,7 @@ ...@@ -41,6 +43,7 @@
'fr': fr, 'fr': fr,
'hu': hu, 'hu': hu,
'it': it, 'it': it,
'nl': nl,
'pt-br': pt_BR, 'pt-br': pt_BR,
'ru': ru '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