Update locales.ts

Added Serbian lang
This commit is contained in:
xicoivy 2026-01-31 17:21:19 +01:00 committed by GitHub
parent 33bb4c86b9
commit 045353bc1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,4 +10,5 @@ export const LOCALES = [
{ code: 'hr', key: 'croatian' },
{ code: 'zh-CN', key: 'chinese' },
{ code: 'hi', key: 'hindi' }
{ code: 'sr', key: 'serbian' }
];