diff --git a/src/i18n/resources.ts b/src/i18n/resources.ts index 82aa6691..8dec2f8c 100644 --- a/src/i18n/resources.ts +++ b/src/i18n/resources.ts @@ -13,6 +13,7 @@ import zhCN from './locales/zh-CN.json'; import sr from './locales/sr.json'; import he from './locales/he.json'; import bg from './locales/bg.json'; +import pl from './locales/pl.json'; export const resources = { en: { translation: en }, @@ -28,5 +29,6 @@ export const resources = { hi: { translation: hi }, sr: { translation: sr }, he: { translation: he }, - bg: { translation: bg }, + bg: { translation: bg }, + pl: { translation: pl }, };