Skip to content

Commit

Permalink
Add password_too_long to Japanese locale
Browse files Browse the repository at this point in the history
  • Loading branch information
wakairo committed Nov 15, 2024
1 parent 94446a5 commit 83bbc39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## unreleased

- Update following locales:
- Japanese (ja): Add missing key (`password_too_long`)

## 8.0.1 (2024-11-10)

Expand Down
1 change: 1 addition & 0 deletions rails/locale/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ ja:
not_an_integer: は整数で入力してください
odd: は奇数にしてください
other_than: は%{count}以外の値にしてください
password_too_long: が長すぎます
present: は入力しないでください
required: を入力してください
taken: はすでに存在します
Expand Down

0 comments on commit 83bbc39

Please sign in to comment.