guysoft / MagicMirrorOS

MagicMirrorOS out-of-the-box distro
GNU General Public License v3.0
236 stars 27 forks source link

Install norwegian locale in docker #71

Open orjanv opened 6 days ago

orjanv commented 6 days ago

If I wanted to add norwegian locale into the docker, and use

environment:

in the /opt/mm/run/compose.yaml file, how would I go about and install this in the docker image?

khassel commented 6 days ago

what do you want achieve with this, what is not working now?

language config of mm

timezone of docker container

orjanv commented 6 days ago

The timezone is correct and the config.js has the lines

    language: "no",
    locale: "nb-NO",

but still the default modules are not translated to norwegian. In calendar and weather the days etc. are in english.

khassel commented 6 days ago

looks good for me with

        language: "nb",
        locale: "nb-NO",