Skip to content

Commit 222f58e

Browse files
committed
confirm
1 parent 2045b41 commit 222f58e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

lib/lang/en-US.js

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export default {
2222
COMMON: {
2323
THEME: 'Theme',
2424
ARTICLE_LIST: 'Article List',
25+
RECOMMEND_POSTS: 'Recommend Posts',
2526
MORE: 'More',
2627
NO_MORE: 'No More',
2728
LATEST_POSTS: 'Latest posts',

lib/lang/zh-CN.js

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export default {
2222
COMMON: {
2323
THEME: 'Theme',
2424
ARTICLE_LIST: '文章列表',
25+
RECOMMEND_POSTS: '推荐文章',
2526
MORE: '更多',
2627
NO_MORE: '没有更多了',
2728
LATEST_POSTS: '最新发布',

themes/heo/components/Hero.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,7 @@ function TodayCard({ cRef, siteInfo }) {
383383
}
384384
/>
385385
<div id='more' className='select-none'>
386-
{/* EFL-UPDATED */}
387-
推荐文章
386+
{locale.COMMON.RECOMMEND_POSTS}
388387
</div>
389388
</div>
390389
</div>

0 commit comments

Comments
 (0)