What this helps
This allows fork maintainers to chose whether to pull unreviewed entries or not. Currently it's hardcoded:
https://github.com/edx/i18n-tools/blob/95897b0126380ea4ac6dabd422862067102bc152/i18n/transifex.py#L56-L60
User story
- As a fork maintainer, I would like to pull the release resources (e.g. Koa) and including unreviewed entires.
What about i18n_tool pull_all?
This command would work, but it doesn't allow to specifiy which resource to pull.
Root cause: review status gone missing for release resources
The root cause of this issue is that when release files are made, they're often marked in bulk as "unreviewed" instead of copying the "reviewed" status from the "master" Transifex resources.
What this helps
This allows fork maintainers to chose whether to pull unreviewed entries or not. Currently it's hardcoded:
https://github.com/edx/i18n-tools/blob/95897b0126380ea4ac6dabd422862067102bc152/i18n/transifex.py#L56-L60
User story
What about
i18n_tool pull_all?This command would work, but it doesn't allow to specifiy which resource to pull.
Root cause: review status gone missing for release resources
The root cause of this issue is that when release files are made, they're often marked in bulk as "unreviewed" instead of copying the "reviewed" status from the "master" Transifex resources.