React-native i18next make use yaml files – React native
I can't make i18next use yaml files for translation. Everything works fine with .json, but not with .yml I have no errors just no translation. My i18n.ts is: import i18n from 'i18next' import {initReactI18next} from 'react-i18next' const translation = require('./enyaml.yml')…