Skip to content

Commit

Permalink
Merge pull request ppoffice#87 from zhutmost/master
Browse files Browse the repository at this point in the history
feat: add language option to Valine comment service
  • Loading branch information
ppoffice authored Mar 24, 2019
2 parents c52aea8 + 11f211c commit fd6e24e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layout/comment/valine.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
avatar: '<%= get_config('comment.avatar') %>',
placeholder: '<%= get_config('comment.placeholder', 'Say something...') %>',
meta: ['nick', 'mail'],
visitor: true
visitor: true,
lang: '<%= get_config('comment.lang') %>'
})
</script>
<% } %>

0 comments on commit fd6e24e

Please sign in to comment.