mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 01:35:08 +02:00
Add: Vietnamese translations
This commit is contained in:
parent
0d9d2fa4be
commit
daa9fccc14
2 changed files with 752 additions and 0 deletions
|
@ -22,6 +22,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' },
|
||||
}
|
||||
Vue.prototype.$languageCodeOptions = Object.keys(languageCodeMap).map(code => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue