mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 01:54:33 +02:00
Add: Vietnamese to language code map
This commit is contained in:
parent
d90783d7c8
commit
eabac0e709
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ const languageCodeMap = {
|
|||
'pt-br': { label: 'Português (Brasil)', dateFnsLocale: 'ptBR' },
|
||||
'ru': { label: 'Русский', dateFnsLocale: 'ru' },
|
||||
'sv': { label: 'Svenska', dateFnsLocale: 'sv' },
|
||||
'vi-vn': { label: 'Tiếng Việt', dateFnsLocale: 'viVN' },
|
||||
'zh-cn': { label: '简体中文 (Simplified Chinese)', dateFnsLocale: 'zhCN' },
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue