PR in the core and translations in plone.app.locales

I need a little bit clarification about the PR process in core packages and plone.app.locales.
I fix a label in a core package and made a PR. What happens with the correspondening pot/po files in plone.app.locales? i should generate/update a pot file in a new branch in plone.app.locales, but how i do this? is there a helper script in the coredev buildout that generate this file?

I will update plone.app.locales with such files.

In case you update a msgid or whatever, ping me somewhere or add an issue in the plone.app.locales package so that I can update the pot and po files.

Thanks!

Would it make sense to add a GitHub Action that on weekly basis rebuilds the pot files and warns if there are new/changed translations? :thinking:

1 Like

I didn't think about it but it makes sense.

Nevertheless I have had to review sometimes the output of the resync proceess, because some default messages have changed and so. But 95% of the times the automatic action would work.