#1001689 /usr/bin/free: misaligned columns in localized output

Package:
procps
Source:
procps
Description:
/proc file system utilities
Submitter:
Date:
2022-01-31 00:45:02 UTC
Severity:
minor
Tags:
#1001689#5
Date:
2021-12-14 11:31:57 UTC
From:
To:
In most of the languages available, the columns in output get
misaligned when non-ASCII characters are used. This makes it
very ugly and sometimes hard to read.

Compare:

$ for L in en de fr pl pt_BR sv uk vi zh_CN; do echo [$L];LANGUAGE=$L free|sed 's/^/>/';done
[en]
[de]
[fr]
[pl]
[pt_BR]
[sv]
[uk]
[vi]
[zh_CN]

Some of these (French) would need a different abbreviated translation
to fit the limits, but please look at the Ukrainian or at the lines
starting with Swedish ”Växl.:” (1 cell off), Polish „Pamięć:” or
Vietnamese “BNhớ:” (2 cells off).