I have a Crowdin project with English set as the source language and four target languages. While this setup works well overall, I have a specific one-time need: I want to use DeepL API to pre-translate content from Simplified Chinese to Traditional Chinese, rather than from English.
Is there a way to perform this one-time MT pre-translation using Simplified Chinese as the source, without permanently changing my project’s source language settings? I’d like to maintain English as the source language for all other ongoing translations.
Would appreciate any guidance on handling this specific use case. Thanks in advance.