Skip to content

Commit b34faf5

Browse files
committed
config/locales: Add an introductory statement
1 parent 6457ff7 commit b34faf5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/config/locales.md

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

3-
You can use the following command, which is specific to `glibc` installations of
4-
Void (given that `musl` does not support locales), to see a list of currently
5-
enabled locales:
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:
69

710
```
811
$ locale -a

0 commit comments

Comments
 (0)