7 ms·
Hey lukol, that's an exciting problem to solve. The best solution right now is prompt engineering: turns out, AI can be tuned to provide top quality results wi
by maxpr 1y ago
Hey lukol, that's an exciting problem to solve.
The best solution right now is prompt engineering: turns out, AI can be tuned to provide top quality results with the correct system prompt/few shot setup, and custom prompts can be provided in the compiler config.
Longer term, I want this to never be an issue, and I feel we'll get there together with the help from the open source community!
- grncdr 1y agoOne 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. * worth exactly what you paid for it ;)
- MangoToupe 1y ago...or having an "override" file that allows manual specification regardless about what the LLM spits out.
- maxpr 1y agowe'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