Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #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 27758b0 + 2c16dbb commit 6168598
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 6168598

Please sign in to comment.