xmpp.chapril.org-conversejs/locale/locales.js

44 lines
974 B
JavaScript
Raw Normal View History

2013-07-24 23:56:03 +02:00
/*
* This file specifies the language dependencies.
*
* Translations take up a lot of space and you are therefore advised to remove
* from here any languages that you don't need.
*/
(function (root, factory) {
define("locales", [
'jed',
'af',
'de',
2013-06-02 18:48:25 +02:00
'en',
2013-07-23 00:50:58 +02:00
'es',
'fr',
2014-01-28 08:41:07 +01:00
'he',
'hu',
2014-01-25 15:51:51 +01:00
'id',
'it',
2014-01-08 14:43:55 +01:00
'ja',
'nl',
2013-09-26 15:19:14 +02:00
'pt_BR',
'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,
'en': en,
'es': es,
'fr': fr,
2014-01-28 08:41:07 +01:00
'he': he,
'hu': hu,
2014-01-25 15:51:51 +01:00
'id': id,
'it': it,
2014-01-08 14:43:55 +01:00
'ja': ja,
'nl': nl,
2013-09-26 15:19:14 +02:00
'pt-br': pt_BR,
'ru': ru,
'zh':zh
};
});
})(this);