Commit 7f8c85f1 authored by JC Brand's avatar JC Brand

Integrate Japanese translations

parent ec0d7e05
......@@ -5,6 +5,7 @@ Unreleased
----------
* Option to display a call button in the chatbox toolbar, to allow third-party libraries to provide a calling feature. [Aupajo]
* #108 Japanese Translations. [mako09]
0.7.2 (2013-12-18)
------------------
......
This diff is collapsed.
This diff is collapsed.
......@@ -16,6 +16,7 @@
"fr": "locale/fr/LC_MESSAGES/fr",
"hu": "locale/hu/LC_MESSAGES/hu",
"it": "locale/it/LC_MESSAGES/it",
"ja": "locale/ja/LC_MESSAGES/ja",
"nl": "locale/nl/LC_MESSAGES/nl",
"pt_BR": "locale/pt_BR/LC_MESSAGES/pt_BR",
"ru": "locale/ru/LC_MESSAGES/ru"
......@@ -31,10 +32,11 @@
'fr',
'hu',
'it',
'ja',
'nl',
'pt_BR',
'ru'
], function (jed, af, de, en, es, fr, hu, it, nl, pt_BR, ru) {
], function (jed, af, de, en, es, fr, hu, it, ja, nl, pt_BR, ru) {
root.locales = {
'af': af,
'de': de,
......@@ -43,6 +45,7 @@
'fr': fr,
'hu': hu,
'it': it,
'ja': ja,
'nl': nl,
'pt-br': pt_BR,
'ru': 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