Skip to content

Commit

Permalink
fix: wrong fractionalSecondDigits in Japanese translation
Browse files Browse the repository at this point in the history
  • Loading branch information
hatappo authored and mfuji09 committed Feb 24, 2024
1 parent 6ffdfc4 commit 2844804
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ new Intl.DateTimeFormat(locales, options);
- `0` (小数点以下は切り捨て)
- `1` (小数点以下は1桁で表される。例えば、 736 は `7` と書式化される。)
- `2` (小数点以下は2桁で表される。例えば、 736 は `73` と書式化される。)
- `3` (小数点以下は2桁で表される。例えば、 736 は `736` と書式化される。)
- `3` (小数点以下は3桁で表される。例えば、 736 は `736` と書式化される。)

- `timeZoneName`

Expand Down

0 comments on commit 2844804

Please sign in to comment.