-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I need to download .po files for all languages in a project. The POEditor API supports a bunch of types through its /v2/projects/export endpoint.
Instead of having exporter functions for every single type (there are currently 15), we could have a generic one that simply accepts all types supported by POEditor, and:
- downloads whatever is on the URLs that the export endpoint returns, and then
- writes the content to a file with a filetype that matches the type.
If you think this is a good idea, I am happy to put together a PR.
Metadata
Metadata
Assignees
Labels
No labels