One simple idea* would be an option to exclude certain React elements from auto translation. That would allow users to handle these specific cases “manually” while still reaping the benefits of the automated system the other 99% of the time.
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`
* worth exactly what you paid for it ;)