Use lazy lookups for user_blocks translations
This commit is contained in:
parent
4a9846b078
commit
a0de9b780d
11 changed files with 54 additions and 55 deletions
|
@ -2108,7 +2108,7 @@ en:
|
|||
are_you_sure: "Are you sure you want to revoke the role `%{role}' from the user `%{name}'?"
|
||||
confirm: "Confirm"
|
||||
fail: "Could not revoke role `%{role}' from user `%{name}'. Please check that the user and role are both valid."
|
||||
user_block:
|
||||
user_blocks:
|
||||
model:
|
||||
non_moderator_update: "Must be a moderator to create or update a block."
|
||||
non_moderator_revoke: "Must be a moderator to revoke a block."
|
||||
|
@ -2188,7 +2188,6 @@ en:
|
|||
back: "View all blocks"
|
||||
revoker: "Revoker:"
|
||||
needs_view: "The user needs to log in before this block will be cleared."
|
||||
user_blocks:
|
||||
block:
|
||||
not_revoked: "(not revoked)"
|
||||
show: "Show"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue