UNPKG

@intersect.mbo/govtool-delegation-pillar

Version:
17 lines (13 loc) 272 B
import i18n from 'i18next'; import { initReactI18next } from 'react-i18next'; import { en } from './locales/en'; i18n.use(initReactI18next).init({ resources: { en, }, fallbackLng: 'en', interpolation: { escapeValue: false, }, }); export default i18n;