mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 16:37:32 +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 class="main pusher" v-title="'Welcome'">
|
||||
<div class="main pusher" v-title="labels.title">
|
||||
<div class="ui vertical center aligned stripe segment">
|
||||
<div class="ui text container">
|
||||
<h1 class="ui huge header">
|
||||
|
@ -146,9 +146,12 @@
|
|||
<script>
|
||||
|
||||
export default {
|
||||
name: 'home',
|
||||
data () {
|
||||
return {}
|
||||
computed: {
|
||||
labels () {
|
||||
return {
|
||||
title: this.$gettext('Welcome')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue