Fix wrong pluralization key in en.yml
This commit is contained in:
parent
c4123e8146
commit
6c77df6ecb
1 changed files with 1 additions and 1 deletions
|
|
@ -1093,7 +1093,7 @@ en:
|
||||||
followed_by_people:
|
followed_by_people:
|
||||||
zero: "followed by nobody"
|
zero: "followed by nobody"
|
||||||
one: "followed by one person"
|
one: "followed by one person"
|
||||||
two: "followed by %{count} people"
|
other: "followed by %{count} people"
|
||||||
none: "The empty tag does not exist!"
|
none: "The empty tag does not exist!"
|
||||||
tag_followings:
|
tag_followings:
|
||||||
create:
|
create:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue