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
When I call pre-translate, I need to specify either --file --directory. I have not found a way to specify all files at once, or the root folder. crowdin pre-translate --method tm --translate-with-perfect-match-only --translate-untranslated-only ✔️ Fetching project info ❌ The '--file' or '--directory' parameter is required for this type of project
A possible solution is to add * for --directory, or all for --file as possible values
The text was updated successfully, but these errors were encountered:
I think we can add all as a possible value for the --file parameter. It should also consider the --branch parameter and pre-translate all the files from the specified branch only.
It shouldn't be a default value but should be specified explicitly.
UPD: We've decided to simply allow the pre-translate command to be run without the --file or --directory parameters. In this case, it will pre-translate the whole project by default.
When I call pre-translate, I need to specify either --file --directory. I have not found a way to specify all files at once, or the root folder.
crowdin pre-translate --method tm --translate-with-perfect-match-only --translate-untranslated-only
✔️ Fetching project info
❌ The '--file' or '--directory' parameter is required for this type of project
A possible solution is to add
*
for --directory, orall
for --file as possible valuesThe text was updated successfully, but these errors were encountered: