mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 15:44:27 +00:00
18 lines
309 B
Plaintext
18 lines
309 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|