mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
179 B
TypeScript
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;
|