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:
parent
fde88be5d4
commit
434ef38dd9
2 changed files with 24 additions and 0 deletions
12
pages/linux/locale-gen.md
Normal file
12
pages/linux/locale-gen.md
Normal 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
12
pages/linux/localedef.md
Normal 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]}}`
|
Loading…
Add table
Reference in a new issue