diff --git a/frontend/src/components/BottomBar.js b/frontend/src/components/BottomBar.js index 0fe2722f..ca87ec9d 100644 --- a/frontend/src/components/BottomBar.js +++ b/frontend/src/components/BottomBar.js @@ -584,6 +584,7 @@ bottomBarDesktop =()=>{ EN ES DE + PL RU ZH diff --git a/frontend/src/components/i18n.js b/frontend/src/components/i18n.js index e15afc1b..4dbb6cb3 100644 --- a/frontend/src/components/i18n.js +++ b/frontend/src/components/i18n.js @@ -8,6 +8,7 @@ import translationES from "../locales/es.json"; import translationDE from "../locales/de.json"; import translationRU from "../locales/ru.json"; import translationZH from "../locales/zh.json"; +import translationPL from "../locales/pl.json"; i18n .use(HttpApi) @@ -20,6 +21,7 @@ i18n ru: {translations: translationRU}, de: {translations: translationDE}, zh: {translations: translationZH}, + pl: {translations: translationPL}, }, fallbackLng: "en",