From 8ec5c3736e46f7ef74abdcec240f8d6b527767bd Mon Sep 17 00:00:00 2001 From: kunkka Date: Thu, 22 Oct 2020 21:37:08 +0800 Subject: [PATCH] fix: conflict --- src/locale/lang/zh-CN.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locale/lang/zh-CN.js b/src/locale/lang/zh-CN.js index aa04950..ee9eaac 100644 --- a/src/locale/lang/zh-CN.js +++ b/src/locale/lang/zh-CN.js @@ -34,7 +34,7 @@ export default { albums: "专辑", withAlbums: "张专辑", artist: "歌手", - videos: "个视频" + videos: "个视频", }, album: { released: "发行于", @@ -97,9 +97,9 @@ export default { mv: "视频", playlist: "歌单", noResult: "暂无结果", - searchFor: "搜索" + searchFor: "搜索", }, common: { songs: "首歌", - } + }, };