xmpp.chapril.org-conversejs/locale/nolocales.js
JC Brand 563987cf29 Include Jed for the nolocales option.
We need variable sprintf type var interpolation
2013-08-27 09:37:33 +02:00

12 lines
267 B
JavaScript

/*
* This file can be used if no locale support is required.
*/
(function (root, factory) {
define("locales", [
'jed',
"locale/en/LC_MESSAGES/en"
], function (jed, en) {
root.locales = { 'en': en };
});
})(this);