mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 10:50:06 +02:00
Localized some strings
This commit is contained in:
parent
d9a89de29c
commit
265c3cded6
65 changed files with 603 additions and 140 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div v-title="'Home'">
|
||||
<div v-title="labels.title">
|
||||
<div class="ui vertical stripe segment">
|
||||
<search :autofocus="true"></search>
|
||||
</div>
|
||||
|
@ -60,6 +60,13 @@ export default {
|
|||
created () {
|
||||
this.fetchArtists()
|
||||
},
|
||||
computed: {
|
||||
labels () {
|
||||
return {
|
||||
title: this.$gettext('Home')
|
||||
}
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
fetchArtists () {
|
||||
var self = this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue