I’m using the Crowdin GitHub Action to create pull requests with new translations. This is the configuration I’m currently using for downloading translations:
download_translations: true
download_translations_args: >
--branch=master-test
--export-only-approved
--language=eu
--preserve-hierarchy
--verbose
According to the CLI documentation, when --export-only-approved is used without the --skip-untranslated-strings option, any unapproved strings are filled with the source language content.
However, I would like to ignore specific strings during export based on certain criteria. Specifically, I do not want strings that contain “(Automatic Copy)” and are not approved to be filled with the source language — I just want them to remain as they are.
Is there a way to achieve this?
I don’t want the following to happen:
