Skip to content

Commit 6e6015a

Browse files
committed
config/locales: Phrase words differently
1 parent 547f1b0 commit 6e6015a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/config/locales.md

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

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:
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:
76

87
```
98
$ locale -a
@@ -17,7 +16,8 @@ To enable a certain locale, un-comment or add the relevant lines in
1716

1817
## Setting the system locale
1918

20-
Set `LANG=xxxx` in `/etc/locale.conf`.
19+
Set `LANG=xxxx` in `/etc/locale.conf`, this applies to `glibc` and `musl`
20+
although it's not required by the latter.
2121

2222
## Application locale
2323

0 commit comments

Comments
 (0)