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