import i18next from 'i18next'; import resources from './translations'; await i18next.init(() => ({ lng: 'nl', resources, })); export default i18next;