diff --git a/src/constants/locales.ts b/src/constants/locales.ts index bb5064d3..29471b73 100644 --- a/src/constants/locales.ts +++ b/src/constants/locales.ts @@ -13,4 +13,5 @@ export const LOCALES = [ { code: 'sr', key: 'serbian' } { code: 'he', key: 'hebrew' } { code: 'bg', key: 'bulgarian' } + { code: 'pl', key: 'polish' } ];