You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the crowdin download command downloads all the target languages from the Crowdin project or the specified ones (crowdin download -l uk -l fr -l de ...).
Sometimes there are cases when we need to skip some languages from downloading. In this case, the only workarounds are using the exclude target languages for files or passing only the required languages. The first workaround might not be the solution in some cases and the second is not the most convenient way.
Solution
I suggest adding the --exclude-language parameter to the crowdin download command that will allow skipping some languages from downloading. This parameter can be specified multiple times.
Notes
It should work on the Build Project Translation API request passing all the project target languages except the ones specified in the --exclude-language parameter.
Problem
Currently, the
crowdin download
command downloads all the target languages from the Crowdin project or the specified ones (crowdin download -l uk -l fr -l de ...
).Sometimes there are cases when we need to skip some languages from downloading. In this case, the only workarounds are using the exclude target languages for files or passing only the required languages. The first workaround might not be the solution in some cases and the second is not the most convenient way.
Solution
I suggest adding the
--exclude-language
parameter to thecrowdin download
command that will allow skipping some languages from downloading. This parameter can be specified multiple times.Notes
--exclude-language
parameter.References
The text was updated successfully, but these errors were encountered: