Skip to content

Implement translation on backend #267

@tobyzerner

Description

@tobyzerner

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions