First of all, thank you for this great project — it’s a very clear and intuitive way to understand SQL joins.
I noticed the project already has a well-structured i18n setup under src/i18n/locales, with translations for several languages (de, es, fr, sv).
I would like to contribute by adding Brazilian Portuguese (pt-BR) following the existing pattern.
If you're open to it, I can submit a PR including:
src/i18n/locales/pt-BR.ts
- Registration of the new locale in the i18n index
- Translations consistent with the existing terminology
Let me know if that works for you.
Thanks!