Commit ad90e742 authored by JC Brand's avatar JC Brand

Simplified Chinese translations, courtesy of Lancelot

parent 4f5534ed
......@@ -9,6 +9,7 @@ Changelog
2. Configuration options for the chat toolbar have changed.
Please refer to the `relevant documentation <http://devbox:8890/docs/html/index.html#visible-toolbar-buttons>`_.
* Simplified Chinese Translations [Lancelot]
* No initial HTML markup is now needed in the document body for converse.js to work. [jcbrand]
* All date handling is now done with moment.js. [jcbrand]
* Add a new toolbar button for clearing chat messages. [jcbrand]
......
......@@ -229,7 +229,7 @@
bosh_service_url: 'http://devbox:8890/http-bind', // Please use this connection manager only for testing purposes
debug: true ,
hide_muc_server: false,
i18n: locales['en'], // Refer to ./locale/locales.js to see which locales are supported
i18n: locales['zh'], // Refer to ./locale/locales.js to see which locales are supported
prebind: false,
show_controlbox_by_default: true,
xhr_user_search: false,
......
......@@ -21,7 +21,8 @@
"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"
"ru": "locale/ru/LC_MESSAGES/ru",
"zh": "locale/zh/LC_MESSAGES/zh"
}
});
......@@ -39,8 +40,9 @@
'ja',
'nl',
'pt_BR',
'ru'
], function (jed, af, de, en, es, fr, he, hu, id, it, ja, nl, pt_BR, ru) {
'ru',
'zh'
], function (jed, af, de, en, es, fr, he, hu, id, it, ja, nl, pt_BR, ru, zh) {
root.locales = {
'af': af,
'de': de,
......@@ -54,7 +56,8 @@
'ja': ja,
'nl': nl,
'pt-br': pt_BR,
'ru': ru
'ru': ru,
'zh':zh
};
});
})(this);
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