Batch actions: Add the ability to pretranslate strings - #4455
MundiaNderi wants to merge 2 commits into
Conversation
Codecov Report❌ Patch coverage is 🚀 New features to boost your workflow:
|
|
I haven't looked at the code, but
This should not be available to contributors. I would go as far as to limit this to members of the pretranslator group. |
What do you mean by "pretranslator group"? Batch actions in general are only available to translators. |
There is a
In this case, I don't think it should. We want visibility on which projects have pretranslation enabled, and check quality. |
|
Could you elaborate in more detail a bit on how you envision that to work? How would I as a translator join the group?
Why is that not possible if pretranslation is available to translators or managers? |
|
Can we move this conversation to the issue?
They wouldn't, that's a manually curated group, because the associated API has a cost and can be abused. Pretranslation is enabled on a locale+project base with strict criteria. Why would we suddenly change this, through batch actions of all places?
Pretranslation is not available to translators or managers. Pretranslation is enabled on a project and locale, and by default will translate all resources in the project: what's the goal of having a batch action? |
Batch actions: Add the ability to pretranslate strings This is a draft pr because I want to context switch Allows contributors to manually batch pretranslate strings for locales supported by translation engines.
f335fbf to
9f335e9
Compare
|
@MundiaNderi |
|
Looks like it was posted in the wrong PR? #4406 (comment) Can it be that you run the migration with an old version of moz-l10n, and that didn't fix existing strings with PLATFORM()? See #4533 (comment) |
Ah yes - the 'wrong PR' was what I had open during the meeting. I will look into the new issue and see if there's any correlation, then revert, possibly tomorrow evening / Friday. |
Fixes #2790
This is a draft pr because I want to context switch
Allows contributors to manually batch pretranslate strings for locales supported by translation engines.