We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11632c commit a41b118Copy full SHA for a41b118
src/config/locales.md
@@ -1,6 +1,11 @@
1
# Locales and Translations
2
3
-For a list of currently enabled locales, run
+`glibc` supports setting the system locale whereas `musl` does not; both support
4
+setting the language for applications.
5
+
6
+## Listing locales
7
8
+For a list of currently enabled locales, run:
9
10
```
11
$ locale -a
@@ -12,7 +17,7 @@ To enable a certain locale, un-comment or add the relevant lines in
12
17
`/etc/default/libc-locales` and [force-reconfigure](../xbps/index.md) the
13
18
`glibc-locales` package.
14
19
15
-## Setting the system locale
20
+## Setting the system language
16
21
22
Set `LANG=xxxx` in `/etc/locale.conf`.
23
0 commit comments