Skip to content

Commit

Permalink
[copyright] fixed support ja lang
Browse files Browse the repository at this point in the history
  • Loading branch information
wifecooky committed Feb 25, 2022
1 parent 50840e3 commit 2e9f18c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion languages/cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ prev: 上一页
next: 下一页
share: 分享
copyright_prefix: 本作品采用
copyright_suffix:
copyright: 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议 (CC BY-NC-ND 4.0)
copyright_suffix: 进行许可。
1 change: 1 addition & 0 deletions languages/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ prev: 前のページ
next: 次のページ
share: シェア
copyright_prefix: 本記事は
copyright: 「表示 - 非営利 - 改変禁止 4.0 国際 (CC BY-NC-ND 4.0)」
copyright_suffix: を採用。
2 changes: 1 addition & 1 deletion layout/_partial/post/copyright.ejs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<% if (config.aomori_copyright){ %>
<div class="article-copyright hairline">
<p>
<%= __('copyright_prefix') %> <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img src="https://komtmt.files.wordpress.com/2015/04/by-nc-nd.png?w=100&h=30" alt="licenses-creative-commons" /></a> <%= __('copyright_suffix') %>
<%= __('copyright_prefix') %> <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><%= __('copyright') %></a> <%= __('copyright_suffix') %>
</p>
</div>
<% } %>

0 comments on commit 2e9f18c

Please sign in to comment.