Initial
This commit is contained in:
20
resources/app/node_modules/handlebars-intl/lib/handlebars-intl.js
generated
vendored
Normal file
20
resources/app/node_modules/handlebars-intl/lib/handlebars-intl.js
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
Copyright (c) 2014, Yahoo! Inc. All rights reserved.
|
||||
Copyrights licensed under the New BSD License.
|
||||
See the accompanying LICENSE file for terms.
|
||||
*/
|
||||
|
||||
/* jshint esnext: true */
|
||||
|
||||
"use strict";
|
||||
exports.__addLocaleData = __addLocaleData;
|
||||
var intl$messageformat$$ = require("intl-messageformat"), intl$relativeformat$$ = require("intl-relativeformat"), src$helpers$$ = require("./helpers.js"), src$en$$ = require("./en.js");
|
||||
function __addLocaleData(data) {
|
||||
intl$messageformat$$["default"].__addLocaleData(data);
|
||||
intl$relativeformat$$["default"].__addLocaleData(data);
|
||||
}
|
||||
|
||||
__addLocaleData(src$en$$["default"]);
|
||||
exports.registerWith = src$helpers$$.registerWith;
|
||||
|
||||
//# sourceMappingURL=handlebars-intl.js.map
|
||||
Reference in New Issue
Block a user