Respect "do not translate" from xcstrings

In an Xcode Strings Catalog, I’ve marked several keys as “do not translate”. When uploading via CLI, these keys are included in the translation workload. Is there a feature to not upload (or at least flag) those keys marked in an xcstrings catalog as “do not translate”?

Hi,

I think you should to in Xcode marking keys as do not translate in a Strings Catalog does not automatically exclude them from the translation workload when uploading via CLI. You need to manually filter out these keys in your script before uploading. There is not a built in feature to automatically exclude or flag these keys during the CLI upload process.

Thanks