UNPKG

react-intlayer

Version:

Easily internationalize i18n your React applications with type-safe multilingual content management.

9 lines (7 loc) 340 B
import { getPlugins } from "./plugins.mjs"; import { getDictionary as getDictionary$1 } from "@intlayer/core/interpreter"; //#region src/getDictionary.ts const getDictionary = (dictionary, locale) => getDictionary$1(dictionary, locale, getPlugins(locale)); //#endregion export { getDictionary }; //# sourceMappingURL=getDictionary.mjs.map