1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 00:55:27 +02:00

locale-gen, localedef: add page (#16314)

Co-authored-by: Fazle Arefin <fazlearefin@users.noreply.github.com>
This commit is contained in:
Managor 2025-05-01 20:44:53 +03:00 committed by GitHub
parent fde88be5d4
commit 434ef38dd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 0 deletions

12
pages/linux/locale-gen.md Normal file
View file

@ -0,0 +1,12 @@
# locale-gen
> Generate locales defined in `/etc/locale.gen`.
> More information: <https://manned.org/locale-gen>.
- Generate locales:
`locale-gen`
- Do not delete undefined locales:
`locale-gen --keep-existing`

12
pages/linux/localedef.md Normal file
View file

@ -0,0 +1,12 @@
# localedef
> Manage locale definition files.
> More information: <https://manned.org/localedef>.
- List compiled locales:
`localedef --list-archive`
- Display help:
`localedef {{[-?|--help]}}`