-
Implement locale setting. Date and time calculations are now displayed in user's locale and this also allows user to use comma (,) as decimal separator when appropriate locale is selected.
Note: If the locale uses comma (,) as decimal separator, then semicolon (;) must be used as argument separator when using functions.
Ex: sum(1;2) // 3 -
Update dependencies