xmpp.chapril.org-conversejs/locale/nolocales.js
JC Brand 7b0e1d331b Working on a way to build converse without locales.
- Add nolocales.js and let the __ function handle case where there aren't any
  locales specified.

Also:
In require config, change localstorage to backbone.localStorage (for better
integration with bungle).
2013-08-26 14:37:35 +02:00

10 lines
180 B
JavaScript

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