Skip to content

Commit a41b118

Browse files
grtcdrclassabbyamp
andcommitted
config/locales: Mention that section is specific to glibc
Closes: #821 Co-authored-by: classabbyamp <[email protected]>
1 parent b11632c commit a41b118

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/config/locales.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Locales and Translations
22

3-
For a list of currently enabled locales, run
3+
`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:
49

510
```
611
$ locale -a
@@ -12,7 +17,7 @@ To enable a certain locale, un-comment or add the relevant lines in
1217
`/etc/default/libc-locales` and [force-reconfigure](../xbps/index.md) the
1318
`glibc-locales` package.
1419

15-
## Setting the system locale
20+
## Setting the system language
1621

1722
Set `LANG=xxxx` in `/etc/locale.conf`.
1823

0 commit comments

Comments
 (0)