Tagged Questions
3
votes
1answer
147 views
man gives the error about locale
I have
$ locale
LANG=en_GB.UTF-8
LC_CTYPE=ru_RU.UTF-8
LC_NUMERIC=en_GB.UTF-8
LC_TIME=en_GB.UTF-8
LC_COLLATE=ru_RU.UTF-8
LC_MONETARY=ru_RU.UTF-8
LC_MESSAGES=en_GB.UTF-8
LC_PAPER=ru_RU.UTF-8
...
3
votes
3answers
566 views
localization of man pages on Linux (Ubuntu)
Is there an option to output a manual page in a different language? I don't want to change the computer language completely, but only specific manual pages.
For example
$ man -English man
Man is a ...
1
vote
1answer
92 views
How do I localize man pages for chinese?
Doing the prerequisite google search didn't turn up anything: I'm looking for a way to install and use localized chinese versions of the man pages (assuming there is some localized package somewhere).
...