WeblateOrg / WeblateOrg/weblate
Transifex importer
Open
enhancement
Waiting for: Triage
- Dominant language
- Python
- Stars
- 6.1k
- Forks
- 1.4k
- Avg merge
- 9h 53m
- Merged PRs (30d)
- 395
Description
For projects migrating from Transifex it would be useful to have migration tool to import translations from Transifex into Weblate.
There is API for the download: https://docs.transifex.com/api/translations
Example curl snippet to download colorhug-client Czech translation:
```
curl -L --user api:TOKEN https://www.transifex.com/api/2/project/colorhug-client/resource/master/translation/cs/?file
```
Contributor guide
Assessment
This issue has not been assessed yet.