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 6457ff7 commit b34faf5Copy full SHA for b34faf5
src/config/locales.md
@@ -1,8 +1,11 @@
1
# Locales and Translations
2
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:
+`glibc` supports setting the system locale whereas `musl` does not, both support
+setting the language for applications.
+
6
+## Listing locales
7
8
+For a list of currently enabled locales, run:
9
10
```
11
$ locale -a
0 commit comments