mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-25 10:55:50 +03:00
chore: enable chinese variants
This commit is contained in:
parent
6c7372b41e
commit
952432fae7
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ export default {
|
|||
name: 'General',
|
||||
data() {
|
||||
return {
|
||||
languages: ['en', 'fr', 'id', 'it', 'nl', 'pt-br', 'zh'],
|
||||
languages: ['en', 'fr', 'id', 'it', 'nl', 'pt-br', 'zh-hans', 'zh-hant'],
|
||||
paginationSizes: [5, 15, 30, 50],
|
||||
titleOptions: ['Default', 'Global Speed', 'First Torrent Status'],
|
||||
Qbitversion: 0
|
||||
|
|
Loading…
Reference in a new issue