-
Type:
Feature Request
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: frontend
-
Not defined
What is the desired functionality that you are missing?
As an Optimize user, I would like to be able to see the whole user interface in a different language.
Currently dates cannot be localized in my own language and I would like to see dates in my own language as well.
Which problem are you going to solve with this functionality?
Users who do not understand english or german can make use of Optimize efficiently once we make date translations available.
Context
Right now, we only import the English and German locales for moment.
The date picker uses another date library, and we also import English and German there
In order to allow custom internationalization for dates, we need to provide a mechanism to add custom locales for one of the libraries and probably remove the other one.
Removing the date-picker date library, means that we need to change and rebuild the date picker which is much more work than removing moment.
AT:
- Migrate dates in optimize to use date-fns instead of moment everywhere
- Date translations provided by the library are included in the front-end bundle and dynamically imported into the applications when needed