Skip to content

Commit

Permalink
Fix locale key many: -> other: (#4447)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinemde authored Feb 12, 2024
1 parent ea6c2dd commit 9f72b07
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ de:
api_key:
zero:
one:
many:
other:
activemodel:
attributes:
oidc/provider/configuration:
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ en:
api_key:
zero: API Keys
one: API Key
many: API Keys
other: API Keys
activemodel:
attributes:
oidc/provider/configuration:
Expand Down
2 changes: 1 addition & 1 deletion config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ es:
api_key:
zero:
one:
many:
other:
activemodel:
attributes:
oidc/provider/configuration:
Expand Down
2 changes: 1 addition & 1 deletion config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ fr:
api_key:
zero:
one:
many:
other:
activemodel:
attributes:
oidc/provider/configuration:
Expand Down
2 changes: 1 addition & 1 deletion config/locales/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ ja:
api_key:
zero:
one:
many:
other:
activemodel:
attributes:
oidc/provider/configuration:
Expand Down
2 changes: 1 addition & 1 deletion config/locales/nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ nl:
api_key:
zero:
one:
many:
other:
activemodel:
attributes:
oidc/provider/configuration:
Expand Down
2 changes: 1 addition & 1 deletion config/locales/pt-BR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pt-BR:
api_key:
zero:
one:
many:
other:
activemodel:
attributes:
oidc/provider/configuration:
Expand Down
2 changes: 1 addition & 1 deletion config/locales/zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ zh-CN:
api_key:
zero:
one:
many:
other:
activemodel:
attributes:
oidc/provider/configuration:
Expand Down
2 changes: 1 addition & 1 deletion config/locales/zh-TW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ zh-TW:
api_key:
zero:
one:
many:
other:
activemodel:
attributes:
oidc/provider/configuration:
Expand Down

0 comments on commit 9f72b07

Please sign in to comment.