docs/wiki/2.18-Contribute-Translations.md
How to add or update translations for Super Productivity.
Translations are JSON files in src/assets/i18n/ (e.g. de.json, fr.json). English (en.json) is the fallback: missing or empty values show the English text.
src/assets/i18n/ for your locale."" if you want the English fallback; do not copy English text into empty strings unless you are providing a real translation.en.json as the reference for context and key names.For finding missing keys and keeping files in sync, use the script described in the repo:
docs/i18n-script-usage.md (and tools/add-missing-i18n-variables.js).
Full contributor notes: docs/TRANSLATING.md.