mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
fix: update locale
This commit is contained in:
parent
60989a2572
commit
463aaf7698
5 changed files with 34 additions and 14 deletions
|
|
@ -41,7 +41,7 @@
|
|||
@click.native="playAlbumByID(album.id)"
|
||||
:iconClass="`play`"
|
||||
>
|
||||
{{ $t("play") }}
|
||||
{{ $t("common.play") }}
|
||||
</ButtonTwoTone>
|
||||
<ButtonTwoTone
|
||||
v-if="accountLogin"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue