From a1c16b9bea051a0cdad8a313b78032009afe0803 Mon Sep 17 00:00:00 2001 From: milicevicivan Date: Thu, 5 Feb 2026 18:56:20 +0100 Subject: [PATCH] Add Polish language support to locales --- src/constants/locales.ts | 1 + 1 file changed, 1 insertion(+) 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' } ];