} }, pl: { translation: { "translated-paragraph": "Przetlumaczymy ten paragraf - jak to bedzie po Polsku?" } } }; i18n .use(initReactI18next) .init({ resources, lng: 'pl', fallbackLng: 'en' }); export default i18n; I added const resources with two languages: english and ...