Skip to content

Commit

Permalink
fix: added argument order for digits rule in ja.json closes #3780
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed May 26, 2022
1 parent 4ed2afe commit 9385457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/i18n/src/locale/ja.json
Expand Up @@ -8,7 +8,7 @@
"alpha_spaces": "{field}はアルファベットと空白のみ使用できます",
"between": "{field}は 0:{min} から 1:{max} の間でなければなりません",
"confirmed": "{field}が一致しません",
"digits": "{field}は{length}桁の数字でなければなりません",
"digits": "{field}は 0:{length}桁の数字でなければなりません",
"dimensions": "{field}は幅 0:{width}px、高さ 1:{height}px 以内でなければなりません",
"email": "{field}は有効なメールアドレスではありません",
"excluded": "{field}は不正な値です",
Expand Down

0 comments on commit 9385457

Please sign in to comment.