How to use for LLM translation
- Export the base language (en) — this is what the LLM will translate from.
- Optionally export the target language to see what's already translated.
- Send the JSON to the LLM with a prompt like:
Translate the following JSON values from English to [target language]. Keep all HTML tags and placeholders (%s, %d) exactly as they are. Return valid JSON with the same keys and translated values. If you also receive a context document, use it to understand the meaning and tone of each string.
- Save the LLM response as a .json file and use Import to upload it.