6 ms·
we've added support for both these cases actually! :) 1. `data-lingo-skip` - excludes a jsx node from i18n 2. `data-lingo-override-<locale code>` - overrides v
by maxpr 1y ago
we've added support for both these cases actually! :)
1. `data-lingo-skip` - excludes a jsx node from i18n
2. `data-lingo-override-<locale code>` - overrides version in <locale code> language with a custom value
3. also `data-lingo-context`
(docs, perhaps, aren't yet the best, but here they are: https://lingo.dev/compiler/configuration/advanced https://lingo.dev/compiler/configuration/advanced)
- grncdr 1y agoAh that’s great. I simply hadn’t read the docs that far