Skip to content

Commit

Permalink
Merge pull request #565 from codeforjapan/fix-locale-time-day-of-year
Browse files Browse the repository at this point in the history
Fix some Date and Time formats in JA
  • Loading branch information
ayuki-joto authored Oct 22, 2023
2 parents ee27f06 + c2360d0 commit 0973366
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/locales/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -855,8 +855,14 @@ ja:
- 鳴り出した
- 黄いろ
- 黒く
date:
formats:
decidim_short_with_month_name_short: "%Y年%-m月%-d日"
decidim_with_month_name: "%Y年%-m月%-d日"
decidim_with_month_name_short: "%-m月%-d日"
time:
formats:
decidim_day_of_year: "%Y年%-m月%-d日"
default: "%Y %b %d (%a) %H:%M:%S %z"
devise:
mailer:
Expand Down

0 comments on commit 0973366

Please sign in to comment.