UNPKG

@phensley/cldr

Version:

Internationalization in Typescript with Unicode CLDR, batteries included

29 lines 3.78 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Rational = exports.Plurals = exports.PersianDate = exports.PackScript = exports.Pack = exports.NumberOperands = exports.MessageFormatter = exports.MessageEngine = exports.LocaleResolver = exports.LocaleMatcher = exports.LanguageTag = exports.LanguageResolver = exports.JapaneseDate = exports.ISO8601Date = exports.GregorianDate = exports.DefaultMessageArgConverter = exports.DecimalConstants = exports.Decimal = exports.CLDRFramework = exports.CalendarDate = exports.BuddhistDate = exports.pluralRules = exports.parseMessagePattern = exports.buildMessageMatcher = void 0; var cldr_core_1 = require("@phensley/cldr-core"); Object.defineProperty(exports, "buildMessageMatcher", { enumerable: true, get: function () { return cldr_core_1.buildMessageMatcher; } }); Object.defineProperty(exports, "parseMessagePattern", { enumerable: true, get: function () { return cldr_core_1.parseMessagePattern; } }); Object.defineProperty(exports, "pluralRules", { enumerable: true, get: function () { return cldr_core_1.pluralRules; } }); Object.defineProperty(exports, "BuddhistDate", { enumerable: true, get: function () { return cldr_core_1.BuddhistDate; } }); Object.defineProperty(exports, "CalendarDate", { enumerable: true, get: function () { return cldr_core_1.CalendarDate; } }); Object.defineProperty(exports, "CLDRFramework", { enumerable: true, get: function () { return cldr_core_1.CLDRFramework; } }); Object.defineProperty(exports, "Decimal", { enumerable: true, get: function () { return cldr_core_1.Decimal; } }); Object.defineProperty(exports, "DecimalConstants", { enumerable: true, get: function () { return cldr_core_1.DecimalConstants; } }); Object.defineProperty(exports, "DefaultMessageArgConverter", { enumerable: true, get: function () { return cldr_core_1.DefaultMessageArgConverter; } }); Object.defineProperty(exports, "GregorianDate", { enumerable: true, get: function () { return cldr_core_1.GregorianDate; } }); Object.defineProperty(exports, "ISO8601Date", { enumerable: true, get: function () { return cldr_core_1.ISO8601Date; } }); Object.defineProperty(exports, "JapaneseDate", { enumerable: true, get: function () { return cldr_core_1.JapaneseDate; } }); Object.defineProperty(exports, "LanguageResolver", { enumerable: true, get: function () { return cldr_core_1.LanguageResolver; } }); Object.defineProperty(exports, "LanguageTag", { enumerable: true, get: function () { return cldr_core_1.LanguageTag; } }); Object.defineProperty(exports, "LocaleMatcher", { enumerable: true, get: function () { return cldr_core_1.LocaleMatcher; } }); Object.defineProperty(exports, "LocaleResolver", { enumerable: true, get: function () { return cldr_core_1.LocaleResolver; } }); Object.defineProperty(exports, "MessageEngine", { enumerable: true, get: function () { return cldr_core_1.MessageEngine; } }); Object.defineProperty(exports, "MessageFormatter", { enumerable: true, get: function () { return cldr_core_1.MessageFormatter; } }); Object.defineProperty(exports, "NumberOperands", { enumerable: true, get: function () { return cldr_core_1.NumberOperands; } }); Object.defineProperty(exports, "Pack", { enumerable: true, get: function () { return cldr_core_1.Pack; } }); Object.defineProperty(exports, "PackScript", { enumerable: true, get: function () { return cldr_core_1.PackScript; } }); Object.defineProperty(exports, "PersianDate", { enumerable: true, get: function () { return cldr_core_1.PersianDate; } }); Object.defineProperty(exports, "Plurals", { enumerable: true, get: function () { return cldr_core_1.Plurals; } }); Object.defineProperty(exports, "Rational", { enumerable: true, get: function () { return cldr_core_1.Rational; } }); //# sourceMappingURL=exports.js.map