From d050330c07c995bdf2291be99e89ed9f86cb2433 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Tue, 12 Oct 2021 05:00:57 +0200 Subject: [PATCH] check-language-support: add page (#6919) --- pages/linux/check-language-support.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/check-language-support.md diff --git a/pages/linux/check-language-support.md b/pages/linux/check-language-support.md new file mode 100644 index 000000000..62599a6ab --- /dev/null +++ b/pages/linux/check-language-support.md @@ -0,0 +1,16 @@ +# check-language-support + +> Display a list of missing language packages on Ubuntu. +> More information: . + +- 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`