Skip to content
Snippets Groups Projects
Commit 5bf10384 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch '662-admin-library-Base.vue' into 'develop'

#662: Added translation strings admin/library/Base.vue

See merge request funkwhale/funkwhale!596
parents 22749ea2 c692ec3f
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
<nav class="ui secondary pointing menu" role="navigation" :aria-label="labels.secondaryMenu">
<router-link
class="ui item"
:to="{name: 'manage.library.files'}"><translate>Files</translate></router-link>
:to="{name: 'manage.library.files'}"><translate :translate-context="'Menu/Admin/Link'">Files</translate></router-link>
</nav>
<router-view :key="$route.fullPath"></router-view>
</div>
......@@ -13,8 +13,8 @@
export default {
computed: {
labels() {
let title = this.$gettext("Manage library")
let secondaryMenu = this.$gettext("Secondary menu")
let title = this.$pgettext('Head/Admin/Title', 'Manage library')
let secondaryMenu = this.$gettext('Menu/*/Hidden text', 'Secondary menu')
return {
title,
secondaryMenu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment