Update locales.ts

This commit is contained in:
milicevicivan 2026-02-05 21:57:57 +01:00 committed by GitHub
parent 7186c6ce9f
commit a39a6ba5e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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