UNPKG

ca-mfe-page-scoring-ui

Version:

This is a react shell for the SPGI Platform MFE implementation

22 lines (18 loc) 404 B
// eslint-disable-next-line import/namespace import { default as i18n } from 'i18next'; import { initReactI18next } from 'react-i18next'; import scoringui from './en/scoringui.json'; i18n .use(initReactI18next) .init({ resources: { en: { scoringui } }, lng: 'en', fallbackLng: 'en', interpolation: { escapeValue: true } });