mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
fix: update locale
This commit is contained in:
parent
60989a2572
commit
463aaf7698
5 changed files with 34 additions and 14 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue