How to add same source and translation path?

Hi there.

Tried to configure Azure but faced an issue. Our translation path is the same as the source because we use the “es-MX” locale as our source files. It means, our desire is not only to keep the directory structure in place, but also to have Crowdin ignore writing to the “es-MX” folder.

Is it possible to ignore output to that specific folder with, maybe, the “excluded_target_languages” parameter in the configuration file?

Hmmm, ignoring the language param will skip language at all…

The only solution I can see here is changing the translation path. Even by adding a dot before the file name, for example:
translation: /folder/%locale%/.%original_file_name%

1 Like