-
Notifications
You must be signed in to change notification settings - Fork 528
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
Add codeowners to translation strings files. #4992
Conversation
@BenHenning this is just a suggestion -- see if you like it. If not, totally fine to close this PR. Thanks! |
I usually don't have much issue with reviewing the PRs (they're not very common); the bigger issue is that auto-assignment doesn't seem to be working with them. My only concern with expanding the existing codeowners for localization is making sure reviewers know what to look for since we've had past strings break due to having incorrect format specifiers and some HTML formatting problems (though Translatewiki mostly covers those problems). We still need much more robust checks for strings--these haven't been implemented yet. I'm fine with expanding codeowners here so long as you both are fine with bringing a translation PR to my attention if it even seems like it might have issues when it comes to markup or format specifiers @seanlip @adhiamboperes. Would that be fine? |
Yeah, that's fine with me, thanks @BenHenning. I didn't realize we lacked validation here, it has actually broken Web in the past. Do we have an issue tracking this? |
Yes, this is fine. |
Yep: #4562. I haven't filled in the details of it yet, I have a TDD with the high-level details that need to be distilled into that issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @seanlip and @adhiamboperes for confirming. Approving & enabling auto-merge.
Unassigning @BenHenning since they have already approved the PR. |
Hi @seanlip, this PR is ready to be merged. Please address any remaining comments prior to merging, and feel free to merge this PR once the CI checks pass and you're happy with it. Thanks! |
Explanation
Adding @adhiamboperes and me to codeowners so that we can help with translation string file approvals (like #4969).
Essential Checklist