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
Unfortunately the alpine base image does not support different locales and for some projects we do have a need of localizing date formats. Currently it seems using musl-locale seems the most straightforward way to support this.
I'm creating this issue so it's easier to find a solution for people running into the same thing + perhaps consider adding musl_locale to the base javascript template?
Unfortunately the alpine base image does not support different locales and for some projects we do have a need of localizing date formats. Currently it seems using musl-locale seems the most straightforward way to support this.
I'm creating this issue so it's easier to find a solution for people running into the same thing + perhaps consider adding musl_locale to the base javascript template?
See also https://grrr.tech/posts/2020/add-locales-to-alpine-linux-docker-image/
For basic locale support, add the following to your docker file
The text was updated successfully, but these errors were encountered: