g11n-js-common
Version:
This is I18n level 2 common library for javascript based clients like g11n-angular-client,g11n-js-client
15 lines (14 loc) • 516 B
JavaScript
;
/*
* Copyright 2019 VMware, Inc.
* SPDX-License-Identifier: EPL-2.0
*/
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./src/intl/intl"));
// export * from './src/formatters/plural/plural.formatter';
// export * from './src/formatters/number.formatter';
var locale_en_1 = require("./src/data/locale_en");
exports.SOURCE_LOCALE_DATA = locale_en_1.default;