Rocket.Chat.ReactNative/app/i18n/index.js

11 lines
145 B
JavaScript
Raw Normal View History

2018-06-01 17:38:13 +00:00
import I18n from 'react-native-i18n';
import en from './locales/en';
I18n.fallbacks = true;
I18n.translations = {
en
};
export default I18n;