📝 docs: multi language support
This commit is contained in:
parent
1384ea58a7
commit
bb10282d89
@ -63,6 +63,11 @@ cd themes/ayer
|
||||
git pull
|
||||
```
|
||||
|
||||
### Muti Language Support
|
||||
zh-CN(中文简体) en(English) zh-TW(中文繁体) ja(Japanese) es(Spanish) de(German) fr(French) ru(Russian) ko(Korean) vi(Vietnamese) nl(Dutch) no(Norwegian) pt(Portuguese)
|
||||
|
||||
English is default languge, if you want to change, modify `language` option in `_config.yml` file in your blog's root folder.
|
||||
|
||||
### Configuration
|
||||
|
||||
let me know if you have any questions.
|
||||
|
@ -30,8 +30,10 @@
|
||||
<!-- reward -->
|
||||
<% if ((theme.reward_type === 2 || (theme.reward_type === 1 &&
|
||||
post.reward)) && !index && !post.no_reward){ %>
|
||||
<div id="reward-btn">
|
||||
<%= __('post.reward') %>
|
||||
<div id="reword-out">
|
||||
<div id="reward-btn">
|
||||
<%= __('post.reward') %>
|
||||
</div>
|
||||
</div>
|
||||
<% } %>
|
||||
</div>
|
||||
|
@ -63,8 +63,6 @@ $base-style
|
||||
white-space nowrap
|
||||
td:nth-child(1)
|
||||
white-space nowrap
|
||||
td:nth-child(2)
|
||||
text-align left !important
|
||||
|
||||
blockquote
|
||||
display block
|
||||
|
@ -1,3 +1,7 @@
|
||||
#reward-out
|
||||
position: relative
|
||||
width: 100%
|
||||
|
||||
#reward-btn
|
||||
position relative
|
||||
display inline-block
|
||||
|
2
source/dist/main.css
vendored
2
source/dist/main.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user