We have set up crowdin with the following crowdin.yml:
project_identifier:
api_token:
files:
- source: “/apps/my-project/translations/en.json”
translation: “/apps/my-project/translations/%two_letters_code%.json”
When crowdin creates a pull request on azure devops, it prefixes all our translations with the country code. So for instance the German translations are committed as “de/apps/my-project/translations/de.json”. How do I prevent this language prefix and use the translation path that I specified?