UNPKG

react-i18next

Version:

Internationalization for react done right. Using the i18next i18n ecosystem.

13 lines (12 loc) 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.setI18n = exports.getI18n = void 0; let i18nInstance; const setI18n = instance => { i18nInstance = instance; }; exports.setI18n = setI18n; const getI18n = () => i18nInstance; exports.getI18n = getI18n;