mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-21 16:51:57 +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
|
|
@ -11,4 +11,5 @@ export const LOCALES = [
|
|||
{ code: 'zh-CN', key: 'chinese' },
|
||||
{ code: 'hi', key: 'hindi' },
|
||||
{ code: 'sr', key: 'serbian' }
|
||||
{ code: 'he', key: 'hebrew' }
|
||||
];
|
||||
Loading…
Reference in a new issue