Add Polish language support to locales

This commit is contained in:
milicevicivan 2026-02-05 18:56:20 +01:00 committed by GitHub
parent eccb7b76d6
commit a1c16b9bea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,4 +13,5 @@ export const LOCALES = [
{ code: 'sr', key: 'serbian' }
{ code: 'he', key: 'hebrew' }
{ code: 'bg', key: 'bulgarian' }
{ code: 'pl', key: 'polish' }
];