Corrected grammar pointed out by translators #514

Merged
marek-lach merged 7 commits from Corrected-grammar-pointed-out-by-translators into master 2019-04-04 19:06:38 +00:00
marek-lach commented 2019-04-03 19:13:43 +00:00 (Migrated from github.com)

The user 'UniqueActive' pointed these issues out on Crowdin.

Thank you!

The user 'UniqueActive' pointed these issues out on Crowdin. Thank you!
elegaanz (Migrated from github.com) reviewed 2019-04-03 20:52:05 +00:00
elegaanz (Migrated from github.com) left a comment

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?

Thank you for that, I wanted to do it too, but you beat me to it. :grinning: Also they saw a `'` that shouldn't be here in templates/users/followed.rs.html IIRC, could you please remove it?
elegaanz (Migrated from github.com) commented 2019-04-03 20:50:24 +00:00

I would have preferred to use "people" for both, it feels more like they are real human beings than "users" IMO.

I would have preferred to use "people" for both, it feels more like they are real human beings than "users" IMO.
marek-lach (Migrated from github.com) reviewed 2019-04-03 21:58:09 +00:00
marek-lach (Migrated from github.com) commented 2019-04-03 21:58:08 +00:00

Right. Done :-)

Right. Done :-)
marek-lach commented 2019-04-03 22:00:27 +00:00 (Migrated from github.com)

Also they saw a ' that shouldn't be here in templates/users/followed.rs.html IIRC, could you please remove it?

Yup.

> Also they saw a `'` that shouldn't be here in templates/users/followed.rs.html IIRC, could you please remove it? Yup.
igalic (Migrated from github.com) reviewed 2019-04-04 09:51:13 +00:00
@ -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>
igalic (Migrated from github.com) commented 2019-04-04 09:50:07 +00:00

👍

would be easier to remember if n_users was n_people

👍 would be easier to remember if `n_users` was `n_people`
marek-lach (Migrated from github.com) reviewed 2019-04-04 10:33:51 +00:00
@ -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>
marek-lach (Migrated from github.com) commented 2019-04-04 10:33:50 +00:00

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?

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?
igalic (Migrated from github.com) reviewed 2019-04-04 13:18:36 +00:00
@ -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>
igalic (Migrated from github.com) commented 2019-04-04 13:18:36 +00:00

true, true…

true, true…
elegaanz (Migrated from github.com) approved these changes 2019-04-04 19:06:16 +00:00
elegaanz (Migrated from github.com) left a comment

Looks good. Thank you!

Looks good. Thank you!
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#514
No description provided.