mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-28 21:18:54 +03:00
perf: Add "Completed On" to dashboard customization settings (#578)
This commit is contained in:
parent
42b117b342
commit
02db288db2
2 changed files with 3 additions and 1 deletions
|
@ -91,7 +91,8 @@ export default {
|
|||
Tags: i18n.t(`${localePrefix}.tags`),
|
||||
AddedOn: i18n.t(`${localePrefix}.addedOn`),
|
||||
Availability: i18n.t(`${localePrefix}.availability`),
|
||||
LastActivity: i18n.t(`${localePrefix}.last_activity`)
|
||||
LastActivity: i18n.t(`${localePrefix}.last_activity`),
|
||||
CompletedOn: i18n.t(`${localePrefix}.completion_on`)
|
||||
}
|
||||
|
||||
return properties.map(property => ({ ...property, label: localeMap[property.name] }))
|
||||
|
|
|
@ -178,6 +178,7 @@ const locale = {
|
|||
category: 'Category',
|
||||
tags: 'Tags',
|
||||
completed: 'Completed',
|
||||
completion_on: 'Completed On',
|
||||
downloaded: 'Downloaded',
|
||||
ETA: 'ETA',
|
||||
name: 'Name',
|
||||
|
|
Loading…
Reference in a new issue