UNPKG

react-i18nify

Version:

Simple i18n translation and localization components and helpers for React.

10 lines 698 B
export { forceComponentsUpdate } from './components/Base.js'; export { default as Translate } from './components/Translate.js'; export { default as Localize } from './components/Localize.js'; export { default as I18n } from './components/I18n.js'; export { getLocale, setLocale, setLocaleGetter, getTranslations, setTranslations, setTranslationsGetter, setHandleMissingTranslation, setHandleFailedLocalization } from './lib/settings'; export { default as translate } from './lib/translate'; export { default as t } from './lib/translate'; export { default as localize } from './lib/localize'; export { default as l } from './lib/localize'; export { replace as translateReplace } from './lib/utils';