diff --git a/src/translations/index.ts b/src/translations/index.ts index c0ffe1a7b..87a8dafd2 100644 --- a/src/translations/index.ts +++ b/src/translations/index.ts @@ -13,6 +13,7 @@ interface RawTranslation extends Translation { const translations: Translations = { sv: require('./sv.json'), en: require('./en.json'), + pl: require('./pl.json'), } const languageList: string[] = Object.keys(translations) export type Language = typeof languageList[number]