docs/wiki/2.18-Contribute-Translations.md
How to add or update translations for Super Productivity.
Translations are JSON files in src/assets/i18n/. English (en.json) is the
source and fallback: missing or empty values show the English text.
src/assets/i18n/en.json.docs/i18n-script-usage.md if the locale files need to be propagated
or a translation work-in-progress file needs to be extracted and merged.en.json directly; use the script workflow for every other locale.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.