UNPKG

@jsverse/transloco

Version:

The internationalization (i18n) library for Angular

10 lines 434 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TranslationFileFormat = void 0; var TranslationFileFormat; (function (TranslationFileFormat) { TranslationFileFormat["JSON"] = "JSON"; TranslationFileFormat["XLIFF"] = "xliff"; TranslationFileFormat["PO"] = "po"; })(TranslationFileFormat || (exports.TranslationFileFormat = TranslationFileFormat = {})); //# sourceMappingURL=types.js.map