react-intlayer
Version:
Easily internationalize i18n your React applications with type-safe multilingual content management.
11 lines (9 loc) • 540 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
const require_plugins = require('./plugins.cjs');
let _intlayer_core_interpreter = require("@intlayer/core/interpreter");
//#region src/getDictionary.ts
const getDictionary = (dictionary, locale) => (0, _intlayer_core_interpreter.getDictionary)(dictionary, locale, require_plugins.getPlugins(locale));
//#endregion
exports.getDictionary = getDictionary;
//# sourceMappingURL=getDictionary.cjs.map