transifex / cli

The Transifex command-line client
Apache License 2.0
67 stars 25 forks source link

Add Remote sources should skip Native Projects #197

Closed foteinigk closed 1 year ago

foteinigk commented 1 year ago

When attempting to add remote sources, if a fileless native project is included, an error is currently thrown, and the rest valid projects are not added to the configuration eventually. To address this issue, we can implement a solution to skip these invalid projects gracefully, allowing the addition of remote sources for the valid projects without disruption.