Corrected grammar pointed out by translators #514

병합
marek-lach Corrected-grammar-pointed-out-by-translators 에서 master 로 7 commits 를 머지했습니다 5 년 전
marek-lach 코멘트됨, 5 년 전 (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) 검토됨 5 년 전
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) 코멘트됨, 5 년 전

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) 검토됨 5 년 전
marek-lach (Migrated from github.com) 코멘트됨, 5 년 전

Right. Done :-)

Right. Done :-)
marek-lach 코멘트됨, 5 년 전 (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) 검토됨 5 년 전
@ -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) 코멘트됨, 5 년 전

👍

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) 검토됨 5 년 전
@ -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) 코멘트됨, 5 년 전

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) 검토됨 5 년 전
@ -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) 코멘트됨, 5 년 전

true, true…

true, true…
elegaanz (Migrated from github.com) 이 변경사항을 승인하였습니다. 5 년 전
elegaanz (Migrated from github.com) left a comment

Looks good. Thank you!

Looks good. Thank you!

리뷰어

The pull request has been merged as 38701c8a40.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b Corrected-grammar-pointed-out-by-translators master
git pull origin Corrected-grammar-pointed-out-by-translators

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff Corrected-grammar-pointed-out-by-translators
git push origin master
로그인하여 이 대화에 참여
No reviewers
마일스톤 없음
담당자 없음
참여자 1명
알림
마감일
기한이 올바르지 않거나 범위를 벗어났습니다. 'yyyy-mm-dd'형식을 사용해주십시오.

마감일이 설정되지 않았습니다.

의존성

No dependencies set.

Reference: Plume/Plume#514
불러오는 중...
아직 콘텐츠가 없습니다.