Is there’s a feature to multiple export project?
Like, I want 1 export configuration for files 1 2 3
And 2 export configuration for files 4 5 6
Can I somehow achieve that?
Is there’s a feature to multiple export project?
Like, I want 1 export configuration for files 1 2 3
And 2 export configuration for files 4 5 6
Can I somehow achieve that?
Not easy. You will need to separately build each file with different options.
For example: If we do two builds:
one just for the .JSON with “skipUntranslatedStrings: true”
and one for the .HTML with “skipUntranslatedFiles: true”
This is only possible if the export is done separately for each file: API v2 Reference (Enterprise)
It’s possible via Crowdin CLI - Advanced Usage | Crowdin CLI
An interesting resource. Much more detailed than this article Console Client (CLI) | Crowdin Developer Portal
I’ll take a look too, thanks!