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 547f1b0 commit 6e6015aCopy full SHA for 6e6015a
src/config/locales.md
@@ -1,9 +1,8 @@
1
# Locales and Translations
2
3
-This section is specific to `glibc` installations of Void given that `musl` does
4
-not support locales.
5
-
6
-For a list of currently enabled locales, run:
+You can use the following command, which is specific to `glibc` installations of
+Void (given that `musl` does not support locales), to see a list of currently
+enabled locales:
7
8
```
9
$ locale -a
@@ -17,7 +16,8 @@ To enable a certain locale, un-comment or add the relevant lines in
17
16
18
## Setting the system locale
19
20
-Set `LANG=xxxx` in `/etc/locale.conf`.
+Set `LANG=xxxx` in `/etc/locale.conf`, this applies to `glibc` and `musl`
+although it's not required by the latter.
21
22
## Application locale
23
0 commit comments