eselect, eselect-{repository,locale}: add page (#13228)

* eselect: add page

* eselect-repository: add page

* eselect-locale: add page
This commit is contained in:
Lena
2024-07-06 16:22:18 +02:00
committed by GitHub
parent 95196629e5
commit 1352c392bc
3 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# eselect locale
> An `eselect` module for managing the `LANG` environment variable, which sets the system language.
> More information: <https://wiki.gentoo.org/wiki/Eselect#Locale>.
- List available locales:
`eselect locale list`
- Set the `LANG` environment variable in `/etc/profile.env` by name or index from the `list` command:
`eselect locale set {{name|index}}`
- Display the value of `LANG` in `/etc/profile.env`:
`eselect locale show`