mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
fix: add some translations (#36)
* feat: add i18n * refactor: move songs to common
This commit is contained in:
parent
e4693b1bdf
commit
f99dbac95f
8 changed files with 32 additions and 13 deletions
|
|
@ -27,7 +27,7 @@
|
|||
<span :title="album.publishTime | formatDate">{{
|
||||
new Date(album.publishTime).getFullYear()
|
||||
}}</span>
|
||||
<span> · {{ album.size }} songs</span>,
|
||||
<span> · {{ album.size }} {{ $t("common.songs") }}</span>,
|
||||
{{ albumTime | formatTime("Human") }}
|
||||
</div>
|
||||
<div class="description" @click="showFullDescription = true">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue