DefinitelyTyped/types/ex-react-native-i18n/ex-react-native-i18n-tests.ts
2018-06-20 01:19:54 +08:00

9 lines
179 B
TypeScript

import I18n from 'ex-react-native-i18n';
I18n.defaultLocale = 'en';
I18n.fallbacks = true;
I18n.translations = {};
I18n.locale = 'zh';
const deviceLocale: string = I18n.locale;