Common context for duplicates

Removes unnecessary `...` for more coherence
This commit is contained in:
jovuit 2019-03-18 10:07:58 +01:00 committed by Eliot Berriot
parent 196995682b
commit 86534e7392
84 changed files with 339 additions and 338 deletions

View file

@ -78,9 +78,9 @@ export default {
groups() {
// somehow, extraction fails if in the return block directly
let instanceLabel = this.$pgettext('Content/Admin/Menu','Instance information')
let usersLabel = this.$pgettext('Content/Admin/Menu', 'Users')
let musicLabel = this.$pgettext('Content/Admin/Menu', 'Music')
let playlistsLabel = this.$pgettext('Content/Admin/Menu', 'Playlists')
let usersLabel = this.$pgettext('*/*/*/Noun', 'Users')
let musicLabel = this.$pgettext('*/*/*/Noun', 'Music')
let playlistsLabel = this.$pgettext('*/*/*', 'Playlists')
let federationLabel = this.$pgettext('Content/Admin/Menu', 'Federation')
let subsonicLabel = this.$pgettext('Content/Admin/Menu', 'Subsonic')
let statisticsLabel = this.$pgettext('Content/Admin/Menu', 'Statistics')