mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-14 13:40:21 +00:00
Add vietnamese locale
This commit is contained in:
parent
53ec791763
commit
cdcbce7541
1 changed files with 1 additions and 0 deletions
|
|
@ -24,4 +24,5 @@ export const LOCALES = [
|
||||||
{ code: 'ro', key: 'romanian' },
|
{ code: 'ro', key: 'romanian' },
|
||||||
{ code: 'sq', key: 'albanian' },
|
{ code: 'sq', key: 'albanian' },
|
||||||
{ code: 'ca', key: 'catalan' },
|
{ code: 'ca', key: 'catalan' },
|
||||||
|
{ code: 'vi', key: 'vietnamese' }
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue