perf: Add "Completed On" to dashboard customization settings (#578)

This commit is contained in:
Rémi Marseault 2022-12-30 14:20:45 +01:00 committed by GitHub
parent 42b117b342
commit 02db288db2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -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] }))

View file

@ -178,6 +178,7 @@ const locale = {
category: 'Category',
tags: 'Tags',
completed: 'Completed',
completion_on: 'Completed On',
downloaded: 'Downloaded',
ETA: 'ETA',
name: 'Name',