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

beep
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
1 changed files with 16 additions and 0 deletions

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`