Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Apr 29, 2019
1 parent 2bf7aa2 commit d84b67c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions packages/vssue/src/components/VssuePagination.vue
@@ -1,8 +1,5 @@
<template>
<div
v-if="vssue.comments.count > perPageOptions[0]"
class="vssue-pagination"
>
<div class="vssue-pagination">
<div class="vssue-pagination-per-page">
<select
class="vssue-pagination-select"
Expand Down
2 changes: 1 addition & 1 deletion packages/vssue/src/i18n/langs/en-US.ts
Expand Up @@ -30,7 +30,7 @@ const messages: VueI18n.LocaleMessageObject = {
next: 'Next Page',

// hint
comments: 'Comments | {count} Comments',
comments: 'Comments | {count} Comment | {count} Comments',
loginToComment: 'Login with {platform} account to leave a comment',
placeholder: 'Leave a comment. Styling with Markdown is supported. Ctrl + Enter to submit.',
noLoginPlaceHolder: 'Login to leave a comment. Styling with Markdown is supported. ',
Expand Down
2 changes: 1 addition & 1 deletion packages/vssue/src/i18n/langs/ja-JP.ts
Expand Up @@ -30,7 +30,7 @@ const messages: VueI18n.LocaleMessageObject = {
next: '次のページ',

// hint
comments: 'コメント | {count} コメント',
comments: 'コメント | {count} コメント | {count} コメント',
loginToComment: 'コメントを残すには {platform} アカウントでログインしてください。',
placeholder: 'コメントを残してください。Markdown 記法をサポートしています。 Ctrl + Enter で送信できます。',
noLoginPlaceHolder: 'コメントを残すにはログインしてください。マークダウン記法をサポートしています。',
Expand Down
2 changes: 1 addition & 1 deletion packages/vssue/src/i18n/langs/pt-BR.ts
Expand Up @@ -30,7 +30,7 @@ const messages: VueI18n.LocaleMessageObject = {
next: 'Próxima Página',

// hint
comments: 'Comentários | {count} Comentários',
comments: 'Comentários | {count} Comentário | {count} Comentários',
loginToComment: 'Entre com uma conta {platform} para deixar um comentário',
placeholder: 'Deixe um comentário. Estilos com Markdown suportados. Ctrl + Enter para enviar.',
noLoginPlaceHolder: 'Entre para deixar um comentário. Estilos com Markdown suportados. ',
Expand Down
2 changes: 1 addition & 1 deletion packages/vssue/src/i18n/langs/zh-CN.ts
Expand Up @@ -30,7 +30,7 @@ const messages: VueI18n.LocaleMessageObject = {
next: '下一页',

// hint
comments: '评论 | {count} 条评论',
comments: '评论 | {count} 条评论 | {count} 条评论',
loginToComment: '使用 {platform} 帐号登录后发表评论',
placeholder: '留下你的评论丨支持 Markdown 语法丨Ctrl + Enter 发表评论',
noLoginPlaceHolder: '登陆后才能发表评论丨支持 Markdown 语法',
Expand Down

0 comments on commit d84b67c

Please sign in to comment.