Changing some counts to lower case.

This commit is contained in:
Dessalines 2021-01-28 11:33:46 -05:00
parent 33293ecf75
commit b914a9696b

View file

@ -106,14 +106,14 @@
"creator": "creator",
"username": "Username",
"email_or_username": "Email or Username",
"number_of_users": "{{count}} User",
"number_of_users_plural": "{{count}} Users",
"number_of_subscribers": "{{count}} Subscriber",
"number_of_subscribers_plural": "{{count}} Subscribers",
"number_of_points": "{{count}} Point",
"number_of_points_plural": "{{count}} Points",
"number_online": "{{count}} User Online",
"number_online_plural": "{{count}} Users Online",
"number_of_users": "{{count}} user",
"number_of_users_plural": "{{count}} users",
"number_of_subscribers": "{{count}} subscriber",
"number_of_subscribers_plural": "{{count}} subscribers",
"number_of_points": "{{count}} point",
"number_of_points_plural": "{{count}} points",
"number_online": "{{count}} user online",
"number_online_plural": "{{count}} users online",
"name": "Name",
"name_explain": "Name used as the identifier for the community, cannot be changed.",
"display_name": "Display name",