mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-20 08:12:05 +00:00
Fix locales.ts syntax error
This commit is contained in:
parent
520f8595aa
commit
fc56980399
1 changed files with 1 additions and 1 deletions
|
|
@ -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' }
|
||||
];
|
||||
Loading…
Reference in a new issue