UNPKG

ignite-boilerplate-andross-typescript

Version:
14 lines (9 loc) 184 B
import I18n from 'react-native-i18n'; import en from './locales/en'; import fa from './locales/fa'; I18n.fallbacks = true; I18n.translations = { en, fa }; export default I18n;