I am downloading all translations for my Android project with the following command:
crowdin download -v -i PROJECT_ID -T TOKEN
This downloads a strings.xml file for each language which is configured in the Crowdin website UI. Some of these languages have received translation while others have 0 progress.
Feature request
It would be great if you could add a configuration option to skip downloading all languages which have not been translated yet.
I imagine the option could be named --skip-zero-translated-files to clearly distinguish it from the --skip-untranslated-files option.
Further, it must be valid to combine the new option with other options like --skip_untranslated_strings.
Got the answer from our devs that we already have a command for CLI to see the translations progress, so you can decide whether to download the files or not
From a user perspective it would still be convenient to let the Crowdin backend do the check for every single language instead of iterating them on the client and doing multiple requests.