Skip to content

Commit

Permalink
Merge pull request cdhigh#429 from insert0003/comic
Browse files Browse the repository at this point in the history
更改默认模式为期刊,语言包更新,updatelogs.html修正字段
  • Loading branch information
cdhigh authored Aug 24, 2017
2 parents db7d227 + df164df commit f935769
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified i18n/tr-tr/LC_MESSAGES/lang.mo
Binary file not shown.
Binary file modified i18n/zh-cn/LC_MESSAGES/lang.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion i18n/zh-cn/LC_MESSAGES/lang.po
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ msgid "Logs"
msgstr "投递日志"

msgid "UpdateLogs"
msgstr "更新日志"
msgstr "漫画日志"

msgid "Admin"
msgstr "账户管理"
Expand Down
4 changes: 2 additions & 2 deletions lib/makeoeb.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ def getOpts(output_type='kindle'):
return opts

def setMetaData(oeb, title='Feeds', lang='zh-cn', date=None, creator='KindleEar',
# pubtype='periodical:magazine:KindleEar'):
pubtype='book:book:KindleEar'):
pubtype='periodical:magazine:KindleEar'):
# pubtype='book:book:KindleEar'):
oeb.metadata.add('language', lang if lang else 'zh-cn')
oeb.metadata.add('creator', creator)
oeb.metadata.add('title', title)
Expand Down
2 changes: 1 addition & 1 deletion templates/updatelogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<table class="pure-table pure-table-striped logs_list">
<thead><tr>
<th class="center">{{_("Title")}}</th>
<th class="center">{{_("Update")}}</th>
<th class="center">{{_("UpdateLogs")}}</th>
</tr></thead>
<tbody>
{% for log in uplogs -%}
Expand Down

0 comments on commit f935769

Please sign in to comment.