Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug fix] Corrected Chinese Staticman UI string #232

Merged
merged 1 commit into from
Dec 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions i18n/zh-CN.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@

# Staticman
- id: noComment
translation: "没有意见"
translation: "没有评论"
- id: oneComment
translation: "评论"
translation: "则评论"
- id: moreComment
translation: "评论"
translation: "则评论"
- id: useMarkdown
translation: "您可以使用Markdown语法"
- id: yourName
Expand All @@ -67,7 +67,7 @@
- id: show
translation: "显示"
- id: comments
translation: "条评论"
translation: "则评论"

# Related posts
- id: seeAlso
Expand Down
8 changes: 4 additions & 4 deletions i18n/zh-TW.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
- id: noComment
translation: "沒有評論"
- id: oneComment
translation: "評論"
translation: "則評論"
- id: moreComment
translation: "更多評論"
translation: "則評論"
- id: useMarkdown
translation: "您可以使用Markdown語法"
- id: yourName
translation: "您的大名"
translation: "您的名字"
- id: yourEmail
translation: "您的電子信箱"
- id: yourWebsite
Expand All @@ -67,7 +67,7 @@
- id: show
translation: "顯示"
- id: comments
translation: "條評論"
translation: "則評論"

# Related posts
- id: seeAlso
Expand Down