Update locales.ts

This commit is contained in:
milicevicivan 2026-02-05 19:50:31 +01:00 committed by GitHub
parent 830fc09774
commit 8793807788
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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