diff --git a/src/locale/lang/en.js b/src/locale/lang/en.js index f43b6a1..659d2f2 100644 --- a/src/locale/lang/en.js +++ b/src/locale/lang/en.js @@ -35,6 +35,8 @@ export default { withAlbums: "Albums", artist: "Artist", videos: "Music Videos", + following: "Following", + follow: "Follow" }, album: { released: "Released", diff --git a/src/locale/lang/zh-CN.js b/src/locale/lang/zh-CN.js index 2dd4dad..4839267 100644 --- a/src/locale/lang/zh-CN.js +++ b/src/locale/lang/zh-CN.js @@ -32,6 +32,8 @@ export default { withAlbums: "张专辑", artist: "歌手", videos: "个MV", + following: "已关注", + follow: "关注" }, album: { released: "发行于", diff --git a/src/views/artist.vue b/src/views/artist.vue index b9d19e2..f32f03e 100644 --- a/src/views/artist.vue +++ b/src/views/artist.vue @@ -17,8 +17,8 @@ {{ $t("play") }} - Following - Follow + {{ $t("artist.following") }} + {{ $t("artist.follow") }} @@ -84,7 +84,7 @@
MVs
-
+
{{ $t("artist.EPsSingles") }}