diff --git a/react-native/app/translations/index.ts b/react-native/app/translations/index.ts index a1164f5..c554eb4 100644 --- a/react-native/app/translations/index.ts +++ b/react-native/app/translations/index.ts @@ -2,8 +2,7 @@ import i18next from 'i18next' import RNLanguages from 'react-native-languages'; import resources from './resources'; -export const initTranslation = ()=>{ - console.log(RNLanguages.language) +export const initTranslation = ()=>{ i18next.init({ compatibilityJSON: 'v3', lng: RNLanguages.language,