dorianim / mrbs-docker

Docker image for the meeting-room-booking-system including my modern-mrbs-theme
https://hub.docker.com/r/dorianim/mrbs
GNU Affero General Public License v3.0
19 stars 6 forks source link

Locale problem with date #4

Closed Rikysonic closed 1 year ago

Rikysonic commented 1 year ago

Hello, I'm trying your project, everything is working except the date format. I have the locale set in Italian, but I also tested other languages, the date is always shown as following screenshot image

I've also tested the original Dockerfile from the mrbs project (adding locales manually with RUN apt-get install -y locales locales-all) and it is working fine. image

dorianim commented 1 year ago

Oh, I haven't noticed that. Looks like there has been a change to how alpine distributes the locales: https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#ICU_data_split

I'm working on it :)