Fix locales.ts syntax error

This commit is contained in:
tapframe 2026-02-01 01:09:27 +05:30
parent 520f8595aa
commit fc56980399

View file

@ -9,6 +9,6 @@ export const LOCALES = [
{ code: 'es', key: 'spanish' },
{ code: 'hr', key: 'croatian' },
{ code: 'zh-CN', key: 'chinese' },
{ code: 'hi', key: 'hindi' }
{ code: 'hi', key: 'hindi' },
{ code: 'sr', key: 'serbian' }
];