mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-11-07 08:34:10 +01:00
Add traditional Chinese translation
for traditional user.
This commit is contained in:
parent
77559d29bb
commit
7b1b448795
@ -24,6 +24,7 @@ const languageCodeMap = {
|
||||
'sv': { label: 'Svenska', dateFnsLocale: 'sv' },
|
||||
'vi-vn': { label: 'Tiếng Việt', dateFnsLocale: 'vi' },
|
||||
'zh-cn': { label: '简体中文 (Simplified Chinese)', dateFnsLocale: 'zhCN' },
|
||||
'zh-tw': { label: '正體中文 (Traditional Chinese)', dateFnsLocale: 'zhTW' },
|
||||
}
|
||||
Vue.prototype.$languageCodeOptions = Object.keys(languageCodeMap).map(code => {
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user