Get rid of back-end localization (and remove it from Dockerfile) #5681
maxpatiiuk
started this conversation in
Feature Requests
Replies: 1 comment
-
|
This will allow to remove the following things from Dockerfile:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Back-end support for localization was added in 7.6
However, back-end infrastructure for localization is not compatible with the front-end solution.
Maintining two systems for localization is bad
Instead, back-end localization should be scrapped and front-end should be the sole place for all UI localization strings.
If back-end needs to print a localizable message, it should have predefined responses/enums that are then localized by the front-end
Beta Was this translation helpful? Give feedback.
All reactions