Update locales.ts

This commit is contained in:
milicevicivan 2026-02-05 22:27:04 +01:00 committed by GitHub
parent db1dc0c216
commit 39de93e509
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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