mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-18 15:22:05 +00:00
Update locales.ts
This commit is contained in:
parent
67169771ec
commit
6de94e813a
1 changed files with 10 additions and 9 deletions
|
|
@ -10,13 +10,14 @@ export const LOCALES = [
|
|||
{ code: 'hr', key: 'croatian' },
|
||||
{ code: 'zh-CN', key: 'chinese' },
|
||||
{ code: 'hi', key: 'hindi' },
|
||||
{ code: 'sr', key: 'serbian' }
|
||||
{ code: 'he', key: 'hebrew' }
|
||||
{ code: 'bg', key: 'bulgarian' }
|
||||
{ code: 'pl', key: 'polish' }
|
||||
{ code: 'cs', key: 'czech' }
|
||||
{ code: 'tr', key: 'turkish' }
|
||||
{ code: 'sl', key: 'slovenian' }
|
||||
{ code: 'mk', key: 'macedonian' }
|
||||
{ code: 'ru', key: 'russian' }
|
||||
{ code: 'sr', key: 'serbian' },
|
||||
{ code: 'he', key: 'hebrew' },
|
||||
{ code: 'bg', key: 'bulgarian' },
|
||||
{ code: 'pl', key: 'polish' },
|
||||
{ code: 'cs', key: 'czech' },
|
||||
{ code: 'tr', key: 'turkish' },
|
||||
{ code: 'sl', key: 'slovenian' },
|
||||
{ code: 'mk', key: 'macedonian' },
|
||||
{ code: 'ru', key: 'russian' },
|
||||
{ code: 'fil', key: 'filipino' },
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue