Breaking changes to doc-base – notify translators ?
[email protected] ("Christoph M. Becker") Wed, 7 Aug 2024 23:14:54 +0200
| Newsgroups | php.doc |
|---|---|
| Message-ID | <[email protected]> |
Hi all, from time to time, changes to doc-en require changes to doc-base, and that may affect all translations, like <https://github.com/php/doc-base/pull/138>. I'm always hesitant to apply such changes without notifying the translators. I am, however, to lazy to file issues (let alone PRs) to all active translations (currently about 10). I also don't want to ping a couple of active translators; they just may not have time to respond, and keeping such a list up-to-date is probably not that easy. So I thought that maybe there should be a Github workflow to automate this. Perhaps just automatically open issues for all active translations, maybe something like: ```` Breaking change for translations We are going to merge php/doc-base#12345, which may break your translation. See php/doc-en#23456 how to fix this. ```` Or even send automated PRs (probably pretty hard). Now I don't know how that would be feasible, but apparently there are some available Github actions which could handle that. What do you think about this? Does anybody has experience with such workflows? Or am I thinking too big, and there is already an easier way? Cheers, Christoph