Skip to content

Commit

Permalink
Fix some Date and Time formats in JA
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Oct 21, 2023
1 parent ee27f06 commit c2360d0
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 c2360d0

Please sign in to comment.