You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should provide the ability to have translations on the website. This allows for all the text to be centralized in one place and thus editing it is easier than searching everywhere where some text might be.
Maybe relevant, how jetstream used to do localization (this feature was dropped): laravel/jetstream@9dc5307
What is preventing us from using this approach?
I think this would force us to define translations in the frontend and the backend separately. It's not necessarily bad, but it could lead to duplication or inconsistencies.
We should provide the ability to have translations on the website. This allows for all the text to be centralized in one place and thus editing it is easier than searching everywhere where some text might be.
To use this we should exploit Laravel's built-in localization features
The text was updated successfully, but these errors were encountered: