This commit is contained in:
nils 2025-01-12 18:44:52 +01:00
parent 89b0076df3
commit 9c4c0dd5fa

View file

@ -153,7 +153,7 @@ root@chroot:~# rc-service ntpd start
### Set up locales
Musl also does not support locales out of the box. They aren't necessary but some programms rely on them to set the language of their application. To be able to use locales install the `musl-locales` package:
Musl also does not support locales out of the box. They aren't necessary but some programs rely on them to set the language of their application. To be able to use locales install the `musl-locales` package:
``` shell-session
root@chroot:~# emerge -av sys-apps/musl-locales