Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
interfect
funkwhale
Commits
14a17de2
Verified
Commit
14a17de2
authored
Oct 05, 2018
by
Eliot Berriot
Browse files
See #559: Fixed broken musicbrainz translation
parent
0a22504f
Changes
1
Show whitespace changes
Inline
Side-by-side
front/src/components/Home.vue
View file @
14a17de2
...
...
@@ -74,13 +74,10 @@
</div>
<div
class=
"item"
>
<i
class=
"tag icon"
></i>
<div
class=
"content"
>
<template
v-translate
>
Get quality metadata about your music thanks to
<a
href=
"https://musicbrainz.org"
target=
"_blank"
>
MusicBrainz
</a>
</
template
>
<div
class=
"content"
v-translate=
"
{url: musicbrainzUrl}">
Get quality metadata about your music thanks to
<a
href=
"%
{ url }" target="_blank">MusicBrainz
</a>
</div>
</div>
<div
class=
"item"
>
...
...
@@ -146,6 +143,11 @@
<
script
>
export
default
{
data
()
{
return
{
musicbrainzUrl
:
'
https://musicbrainz.org/
'
}
},
computed
:
{
labels
()
{
return
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment