1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 11:35:26 +02:00

check-language-support: add page (#6919)

This commit is contained in:
Pierre Rudloff 2021-10-12 05:00:57 +02:00 committed by GitHub
parent c3cf706923
commit d050330c07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,16 @@
# check-language-support
> Display a list of missing language packages on Ubuntu.
> More information: <https://manpages.ubuntu.com/manpages/impish/en/man1/check-language-support.1.html>.
- Display a list of missing language packages based on installed software and enabled locales:
`check-language-support`
- List packages for a specific locale:
`check-language-support --language {{en}}`
- Display installed packages as well as missing ones:
`check-language-support --show-installed`