mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
(pronouns) fix missing translator to head() call
introduced in 943f90bb098019170f8dcf47551ca07ca6eaf630
This commit is contained in:
parent
3896053a33
commit
d5f31abaef
@ -169,7 +169,7 @@ export default {
|
|||||||
this.$t('sources.headerLong', {}, false),
|
this.$t('sources.headerLong', {}, false),
|
||||||
].filter((x) => !!x).join(', '),
|
].filter((x) => !!x).join(', '),
|
||||||
banner: `api/banner${this.$route.path.replace(/\/$/, '')}.png`,
|
banner: `api/banner${this.$route.path.replace(/\/$/, '')}.png`,
|
||||||
})
|
}, this.$translator)
|
||||||
: {};
|
: {};
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user