-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Add a 'this' to issue close/reopened messages #11204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
For better adaptability we could have separate messages for PRs. |
Hmm, I think I still have a slight preference for the shorter |
I don't mean the messages should be different in English, only that they should have different entries in case other languages require e.g. gender diferentiation. |
Codecov Report
@@ Coverage Diff @@
## master #11204 +/- ##
==========================================
+ Coverage 43.29% 43.30% +0.01%
==========================================
Files 605 605
Lines 86246 86246
==========================================
+ Hits 37340 37352 +12
+ Misses 44305 44298 -7
+ Partials 4601 4596 -5
Continue to review full report at Codecov.
|
make lg-tm work |
* add a 'this' to issue close/reopened messages * add 'this issue/pull request' and create new localization entries Co-authored-by: Lauris BH <[email protected]>
Change english message on issue closure/reopen from
<user> closed now
to<user> closed this now
to match GitHub.Is it sufficient like this for other locales to eventually be updated as well?