Closed Reinmar closed 4 years ago
AFAIK only Transifex client provides such an option. I couldn't find the REST API option related to this, but creating a JSON file with such a mapping and using it after download shouldn't be a problem.
And what about translations like this: [16:21:44] Saved ru@petr1708.po for ckeditor5-ui package
? How should we handle them?
And what about translations like this: [16:21:44] Saved ru@petr1708.po for ckeditor5-ui package? How should we handle them?
According to the mapping whic @wwalc gave us, this is: ru@petr1708i:ru-petr1708
.
Currently we can find such files to be downloaded from Transifex:
Unfortunately, these are not correct names in ISO639-1. According to @wwalc if we'd use a CLI version of Tx tool, we could provide such a mapping there as an option:
Let's see how to do that if we're using the REST API. Also, let's check if this mapping is correct.