Skip to content

Commit

Permalink
Merge pull request #1135 from wakairo/add_password_too_long_to_japane…
Browse files Browse the repository at this point in the history
…se_locale

Add password_too_long to Japanese locale
  • Loading branch information
pama authored Jan 4, 2025
2 parents e11bb01 + 83bbc39 commit 509257e
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 509257e

Please sign in to comment.