Merge branch 'master' of https://github.com/AlexanderZaytsev/react-native-i18n
This commit is contained in:
commit
2d43c3ad8b
|
@ -3,5 +3,5 @@
|
||||||
import I18nJs from 'i18n-js';
|
import I18nJs from 'i18n-js';
|
||||||
|
|
||||||
I18nJs.locale = 'en'; // a locale from your available translations
|
I18nJs.locale = 'en'; // a locale from your available translations
|
||||||
export const getLanguages = () => Promise.resolve('en');
|
export const getLanguages = () => Promise.resolve(['en']);
|
||||||
export default I18nJs;
|
export default I18nJs;
|
||||||
|
|
Loading…
Reference in New Issue