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

Correct ja-JP time format #77

Merged
merged 2 commits into from
Jul 10, 2020
Merged

Correct ja-JP time format #77

merged 2 commits into from
Jul 10, 2020

Conversation

mandel59
Copy link
Contributor

  • The old format of date time "%Y %b %e %a %X" generates strings like 2020 3月 10 火 15:20:22, which is not correct. The date part of them should be either 2020/03/10 using slashes as separators or 2020年3月10日 using 年 (year), 月 (month) and 日 (day) as suffixes. Using suffixes partly should be avoided.
  • Month names are replaced with numeric notation with kanji suffix because these names are obsolete and mostly used for Chinese luni-solar calendar.

- The old format of date time `"%Y %b %e %a %X"` generates strings like `2020 3月 10 火 15:20:22`, which is not correct. The date part of them should be either `2020/03/10` using slashes as separators or `2020年3月10日` using 年 (year), 月 (month) and 日 (day) as suffixes. Using suffixes partly should be avoided.
- Month names are replaced with numeric notation with kanji suffix because these names are obsolete and mostly used for Chinese luni-solar calendar.
Copy link
Member

@Fil Fil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

locale/ja-JP.json Outdated Show resolved Hide resolved
@Fil Fil merged commit 4cedafa into d3:master Jul 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants