UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

19 lines (16 loc) 512 B
/*! * KoliBri - The accessible HTML-Standard */ 'use strict'; var i18n = require('./i18n-CgUN6lev.js'); var common = require('./common-DPb6NWR4.js'); exports.translate = (key, options) => { var _a; const i18n$1 = (_a = i18n.getI18nInstance()) !== null && _a !== void 0 ? _a : i18n.initializeI18n('de'); return i18n$1.translate(key, options); }; if (common.isTestMode()) { exports.translate = (key) => key; } //# sourceMappingURL=i18n-Cjy0vgJA.js.map //# sourceMappingURL=i18n-Cjy0vgJA.js.map