Skip to content

Commit 83bbc39

Browse files
committed
Add password_too_long to Japanese locale
1 parent 94446a5 commit 83bbc39

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## unreleased
22

3+
- Update following locales:
4+
- Japanese (ja): Add missing key (`password_too_long`)
35

46
## 8.0.1 (2024-11-10)
57

rails/locale/ja.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ ja:
104104
not_an_integer: は整数で入力してください
105105
odd: は奇数にしてください
106106
other_than: は%{count}以外の値にしてください
107+
password_too_long: が長すぎます
107108
present: は入力しないでください
108109
required: を入力してください
109110
taken: はすでに存在します

0 commit comments

Comments
 (0)