Skip to content

feat: add multi-language (i18n) support with EN, ES, FR, DE translations#4

Merged
mpge merged 1 commit intomainfrom
feature/i18n
Feb 13, 2026
Merged

feat: add multi-language (i18n) support with EN, ES, FR, DE translations#4
mpge merged 1 commit intomainfrom
feature/i18n

Conversation

@mpge
Copy link
Member

@mpge mpge commented Feb 13, 2026

Replace hardcoded English strings across controllers, middleware, provider, and types with custom t() translation helper.

  • Add JSON translation files for 4 locales (en, es, fr, de)
  • Create i18n support module with t() helper function
  • Update controllers to use t() for flash messages and errors
  • Update middleware to use t() for authorization errors
  • Register i18n in provider and export from package index

Replace hardcoded English strings across controllers, middleware,
provider, and types with custom t() translation helper.

- Add JSON translation files for 4 locales (en, es, fr, de)
- Create i18n support module with t() helper function
- Update controllers to use t() for flash messages and errors
- Update middleware to use t() for authorization errors
- Register i18n in provider and export from package index
@mpge mpge merged commit 074c5d4 into main Feb 13, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant