Skip to content

Commit

Permalink
Add password_too_long to German locale
Browse files Browse the repository at this point in the history
  • Loading branch information
alhajrahmoun committed Jan 7, 2025
1 parent 509257e commit 373358b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- Update following locales:
- Japanese (ja): Add missing key (`password_too_long`)
- German (de, de-DE, de-AT, de-CH): Add missing key (`password_too_long`)

## 8.0.1 (2024-11-10)

Expand Down
1 change: 1 addition & 0 deletions rails/locale/de-AT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ de-AT:
not_an_integer: muss ganzzahlig sein
odd: muss ungerade sein
other_than: darf nicht gleich %{count} sein
password_too_long: ist zu lang
present: darf nicht ausgefüllt werden
required: muss ausgefüllt werden
taken: ist bereits vergeben
Expand Down
1 change: 1 addition & 0 deletions rails/locale/de-CH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ de-CH:
not_an_integer: muss ganzzahlig sein
odd: muss ungerade sein
other_than: darf nicht gleich %{count} sein
password_too_long: ist zu lang
present: darf nicht ausgefüllt werden
required: muss ausgefüllt werden
taken: ist bereits vergeben
Expand Down
1 change: 1 addition & 0 deletions rails/locale/de-DE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ de-DE:
not_an_integer: muss ganzzahlig sein
odd: muss ungerade sein
other_than: darf nicht gleich %{count} sein
password_too_long: ist zu lang
present: darf nicht ausgefüllt werden
required: muss ausgefüllt werden
taken: ist bereits vergeben
Expand Down
1 change: 1 addition & 0 deletions rails/locale/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ de:
not_an_integer: muss ganzzahlig sein
odd: muss ungerade sein
other_than: darf nicht gleich %{count} sein
password_too_long: ist zu lang
present: darf nicht ausgefüllt werden
required: muss ausgefüllt werden
taken: ist bereits vergeben
Expand Down

0 comments on commit 373358b

Please sign in to comment.