Translation paths in pull requests

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?

Hi @Simon_AnywhereNow , could you please kindly share more specific details, screenshots of how it looks on your repo side and if it was different before?

The issue seems to be resolved already. My guess is that the PR was created on an existing branch where the language paths were already incorrect, it kept those incorrect entries but now also seems to have added the correct ones. So thank you for your response, but no further action seems to be required.