mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 21:59:18 +02:00
Fixed broken logging
This commit is contained in:
parent
32de134e4a
commit
68b21d706c
8 changed files with 121 additions and 13 deletions
|
@ -82,6 +82,7 @@ export default {
|
|||
let musicLabel = this.$pgettext('*/*/*/Noun', 'Music')
|
||||
let playlistsLabel = this.$pgettext('*/*/*', 'Playlists')
|
||||
let federationLabel = this.$pgettext('Content/Admin/Menu', 'Federation')
|
||||
let moderationLabel = this.$pgettext('Content/Admin/Menu', 'Moderation')
|
||||
let subsonicLabel = this.$pgettext('Content/Admin/Menu', 'Subsonic')
|
||||
let statisticsLabel = this.$pgettext('Content/Admin/Menu', 'Statistics')
|
||||
let errorLabel = this.$pgettext('Content/Admin/Menu', 'Error reporting')
|
||||
|
@ -118,6 +119,14 @@ export default {
|
|||
id: "playlists",
|
||||
settings: ["playlists__max_tracks"]
|
||||
},
|
||||
{
|
||||
label: moderationLabel,
|
||||
id: "moderation",
|
||||
settings: [
|
||||
"moderation__allow_list_enabled",
|
||||
"moderation__allow_list_public",
|
||||
]
|
||||
},
|
||||
{
|
||||
label: federationLabel,
|
||||
id: "federation",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue