xmpp.chapril.org-conversejs/locale/hu/LC_MESSAGES/hu.js
2013-06-02 19:54:16 +02:00

15 lines
401 B
JavaScript

(function (root, factory) {
define("hu", ['jed'], function () {
var hu = new Jed({
"domain": "converse",
"locale_data": {
// Paste the data from hu/LC_MESSAGES/converse.json here (but
// remove the outermost curly brackets).
}
});
return factory(hu);
});
}(this, function (hu) {
return hu;
}));