mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-23 11:07:44 +00:00
Add Hebrew locale to locales.ts
This commit is contained in:
parent
11b05aa534
commit
31d3d4bec8
1 changed files with 3 additions and 2 deletions
|
|
@ -10,5 +10,6 @@ export const LOCALES = [
|
|||
{ code: 'hr', key: 'croatian' },
|
||||
{ code: 'zh-CN', key: 'chinese' },
|
||||
{ code: 'hi', key: 'hindi' },
|
||||
{ code: 'sr', key: 'serbian' }
|
||||
];
|
||||
{ code: 'sr', key: 'serbian' }
|
||||
{ code: 'he', key: 'hebrew' }
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue