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

add date prefix to config Chinese locales file #83

Merged
merged 2 commits into from
Jun 23, 2020
Merged
Changes from 1 commit
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
Prev Previous commit
fix typo
  • Loading branch information
Roy-Mao committed Jun 23, 2020
commit 1b4b808ad3e5f03caed70402e341d70e5df2d027
2 changes: 1 addition & 1 deletion config/locales/zh-CN.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
zh-CN:
errors:
messages:
date_not_a_date: "不是一个日期"
not_a_date: "不是一个日期"
date_after: "必须晚于 %{date}"
date_after_or_equal_to: "必须早于或等于 %{date}"
date_before: "必须早于 %{date}"
Expand Down