Update locales.ts

This commit is contained in:
milicevicivan 2026-02-06 00:19:39 +01:00 committed by GitHub
parent 984aac52d5
commit c013a8b057
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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