fix: update locale

This commit is contained in:
qier222 2020-12-09 16:01:17 +08:00
parent 60989a2572
commit 463aaf7698
5 changed files with 34 additions and 14 deletions

View file

@ -41,7 +41,7 @@
@click.native="playAlbumByID(album.id)"
:iconClass="`play`"
>
{{ $t("play") }}
{{ $t("common.play") }}
</ButtonTwoTone>
<ButtonTwoTone
v-if="accountLogin"

View file

@ -22,7 +22,7 @@
</div>
<div class="buttons">
<ButtonTwoTone @click.native="playPopularSongs()" :iconClass="`play`">
{{ $t("play") }}
{{ $t("common.play") }}
</ButtonTwoTone>
<ButtonTwoTone @click.native="followArtist" color="grey">
<span v-if="artist.followed">{{ $t("artist.following") }}</span>

View file

@ -49,7 +49,7 @@
</div>
<div class="buttons">
<ButtonTwoTone @click.native="playPlaylistByID()" :iconClass="`play`">
{{ $t("play") }}
{{ $t("common.play") }}
</ButtonTwoTone>
<ButtonTwoTone
v-if="accountLogin && playlist.creator.userId !== data.user.userId"
@ -84,7 +84,7 @@
iconClass="play"
color="grey"
>
{{ $t("play") }}
{{ $t("common.play") }}
</ButtonTwoTone>
<ButtonTwoTone
v-if="accountLogin && playlist.creator.userId !== data.user.userId"