Corrected grammar pointed out by translators #514
No reviewers
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#514
Loading…
Reference in a new issue
No description provided.
Delete branch "Corrected-grammar-pointed-out-by-translators"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The user 'UniqueActive' pointed these issues out on Crowdin.
Thank you!
Thank you for that, I wanted to do it too, but you beat me to it. 😀
Also they saw a
'
that shouldn't be here in templates/users/followed.rs.html IIRC, could you please remove it?I would have preferred to use "people" for both, it feels more like they are real human beings than "users" IMO.
Right. Done :-)
Yup.
@ -15,3 +15,3 @@
<div>
<p>@Html(i18n!(ctx.1, "Home to <em>{0}</em> users"; n_users))</p>
<p>@Html(i18n!(ctx.1, "Home to <em>{0}</em> people"; n_users))</p>
</div>
👍
would be easier to remember if
n_users
wasn_people
@ -15,3 +15,3 @@
<div>
<p>@Html(i18n!(ctx.1, "Home to <em>{0}</em> users"; n_users))</p>
<p>@Html(i18n!(ctx.1, "Home to <em>{0}</em> people"; n_users))</p>
</div>
It's honestly not a big problem. I think from a programmer's perspective, having the declaration as
users
is easier to understand in code maybe?@ -15,3 +15,3 @@
<div>
<p>@Html(i18n!(ctx.1, "Home to <em>{0}</em> users"; n_users))</p>
<p>@Html(i18n!(ctx.1, "Home to <em>{0}</em> people"; n_users))</p>
</div>
true, true…
Looks good. Thank you!