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

Integrate Japanese translations

parent ec0d7e05
...@@ -5,6 +5,7 @@ Unreleased ...@@ -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] * 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) 0.7.2 (2013-12-18)
------------------ ------------------
......
This diff is collapsed.
This diff is collapsed.
...@@ -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",
"ja": "locale/ja/LC_MESSAGES/ja",
"nl": "locale/nl/LC_MESSAGES/nl", "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"
...@@ -31,10 +32,11 @@ ...@@ -31,10 +32,11 @@
'fr', 'fr',
'hu', 'hu',
'it', 'it',
'ja',
'nl', 'nl',
'pt_BR', 'pt_BR',
'ru' '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 = { root.locales = {
'af': af, 'af': af,
'de': de, 'de': de,
...@@ -43,6 +45,7 @@ ...@@ -43,6 +45,7 @@
'fr': fr, 'fr': fr,
'hu': hu, 'hu': hu,
'it': it, 'it': it,
'ja': ja,
'nl': nl, 'nl': nl,
'pt-br': pt_BR, 'pt-br': pt_BR,
'ru': ru '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