UNPKG

@selfcommunity/react-i18n

Version:

Translations to integrate a Community created with SelfCommunity.

5 lines (4 loc) 124 B
import en from './locales/en.json'; import it from './locales/it.json'; const locales = { en, it }; export default locales;