tldr-pages / tldr

📚 Collaborative cheatsheets for console commands
https://tldr.sh
Other
50.98k stars 4.19k forks source link

Add a notice for page changes in all languages #3796

Closed zlatanvasovic closed 4 years ago

zlatanvasovic commented 4 years ago

This is a feature request, to automatically note a translated page should be fixed once the English version is changed.

Example: {{git checkout}} changed to {{git-checkout}} in #3795.

ivanhercaz commented 4 years ago

How should be note the change? Should a bot opens an issue?

zlatanvasovic commented 4 years ago

Maybe that way, this is open for discussion.

ivanhercaz commented 4 years ago

I could work on this if we reach a consensus about it.

zlatanvasovic commented 4 years ago

That's good to hear. What we really need is the automation of the review process. :P

agnivade commented 4 years ago

This should be fixed when our translation process is streamlined. But it's currently stuck now. So automation is all we can do for now.

Hooking up github webhooks to the tldr bot is one way to go. It can detect changes and comment on that PR itself.

sbrl commented 4 years ago

Hrm. Yeah - we tried p4oa or whatever it was called, but ran into nasty difficulties. Perhaps GH automation is the way to go - at least for now.

That's a good idea @agnivade. Perhaps when an English version of a page is updated, it could comment on the PR that added the translation, and @mention a bunch of people (say like the 5 most recent?) that most recently contributed translations to that language to gain additional visibility?

zlatanvasovic commented 4 years ago

Check #2793 @sbrl

schneiderl commented 4 years ago

I like the idea of having a bot commenting on the PR that changes a certain page. I'm unsure that mentioning some people is the best way to notify translators, though.

I feel like it would just end up flooding translators notifications and after a while, those notifications would become to get ignored.

As a translator would prefer to actively go after a list of recently changed pages instead of getting bothered with notifications that might not be my priority at the time. Not sure how that would work, though.

zlatanvasovic commented 4 years ago

Maybe just a translation PR tag would be enough.

zlatanvasovic commented 4 years ago

This is actually rendered obsolete by #3591. A translating service solves all the issues I've described.