Update: 优化 powered by 翻译显示效果

This commit is contained in:
XPoet 2020-03-26 11:12:15 +08:00
parent 3c39fc31bf
commit 7e59fa052c
3 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@ archive: Archives
page: Page %d page: Page %d
recent_posts: Recent Posts recent_posts: Recent Posts
share: Share share: Share
powered_by: Powered by powered_by: "Powered by %s"
theme_for: Theme for theme_for: Theme for
rss_feed: RSS Feed rss_feed: RSS Feed
category: Category category: Category
@ -18,5 +18,5 @@ tag: Tag
home: Home home: Home
archives: Archives archives: Archives
about: About about: About
site_uv: 'UV: ' site_uv: "UV: "
site_pv: 'PV: ' site_pv: "PV: "

View File

@ -11,8 +11,8 @@ archive_b: 归档:%s
page: 第 %d 页 page: 第 %d 页
recent_posts: 最新文章 recent_posts: 最新文章
share: 分享 share: 分享
powered_by: 由 %s 驱动 powered_by: "由 %s 驱动"
theme_for: 主题 theme_for: 主题
rss_feed: RSS Feed rss_feed: RSS Feed
category: 分类 category: 分类
tag: 标签 tag: 标签

View File

@ -5,7 +5,7 @@
target="_blank"><%= config.author %></a> target="_blank"><%= config.author %></a>
</div> </div>
<div class="theme-info info-item"> <div class="theme-info info-item">
<%- __('powered_by') %> <a href="https://hexo.io/" target="_blank">Hexo</a>. <%- __('theme_for') %> <a <%- __('powered_by', '<a target="_blank" href="https://hexo.io">Hexo</a>') %>. <%- __('theme_for') %> <a
href="https://github.com/XPoet/hexo-theme-poem" target="_blank">poem</a> href="https://github.com/XPoet/hexo-theme-poem" target="_blank">poem</a>
</div> </div>
<% if (theme.busuanzi_count.enable) { %> <% if (theme.busuanzi_count.enable) { %>