We have a mixture of json and mdx files in the codebase right now, but working with mdx files is pretty challenging with crowdin.
We have an issue where crowdin translates jsx components’s props and passed values as well.
suppose this is the part of the file:
Investering og kostnader
For de fleste norske bedrifter med Microsoft 365 Enterprise-lisenser er grunnleggende Power Automate-funksjoner allerede inkludert. Dette betyr at dere kan starte med automatisering uten ekstra kostnader for mange vanlige bruksområder.
<Alert contentKey="microsoftPowerAutomate" />
### Prisstruktur for utvidede funksjoner
<PricingTable contentKey="microsoftPowerAutomate" />
<div className='mt-4'>
<Alert contentKey="microsoftPowerAutomate.protip" proTip />
</div>
<Separator className='my-12' />
now crowdin will change the Alert contentKey=“microsoftPowerAutomate.protip” proTip /> to ‘.protips’ in norwegian.
Is there a way to prevent this or else this mdx processing will be pretty useless for us.