Skip to content

Commit

Permalink
fix: incorrect pluralization syntax (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob006 authored Dec 1, 2022
1 parent 83e21a9 commit bbf102c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/locale/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ fof-ban-ips:
save_button: Save

ban_ip_confirmation: "Are you sure you want to block this IP address from use on the forum? This will block users with this IP address(es) from logging in and registering."
ban_ip_users: "{count, plural, one {User {users} will be banned}, other {Users {users} will be banned}}"
ban_ip_users: "{count, plural, one {User {users} will be banned} other {Users {users} will be banned}}"

unban_ip_confirmation: Are you sure you want to unban this user and all other users not banned by other IPs?
unban_options_only_ip: Only unban current IP (<code>{ip}</code>)
unban_options_all_ip: Unban all IPs used by <i>{username}</i>
unban_ip_no_users: No one else will be unbanned
unban_ip_users: "{count, plural, one {User {users} will be unbanned}, other {Users {users} will be unbanned}}"
unban_ip_users: "{count, plural, one {User {users} will be unbanned} other {Users {users} will be unbanned}}"
unbanned_ips: Unbanned <code>{ips}</code>.

ban_button: => fof-ban-ips.ref.ban_label
Expand Down

0 comments on commit bbf102c

Please sign in to comment.