UNPKG

@ngneat/transloco

Version:

The internationalization (i18n) library for Angular

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