-
-
Notifications
You must be signed in to change notification settings - Fork 861
Closed
Labels
Milestone
Description
Currently all text output by the backend (validation messages, emails, etc.) is hardcoded in English.
What needs to be done:
- Make the Translator class adhere to Symfony's Translator interface. This is so that it can be used with Laravel's validation component.
- Add translations for Laravel's validation component messages.
- Instantiate the Translator instance in LocaleServiceProvider using the actor's preferred locale.
- Make emails translatable.