[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "help" translates arguments of builtin commands but not command desc
From: |
Chet Ramey |
Subject: |
Re: "help" translates arguments of builtin commands but not command description |
Date: |
Thu, 21 Jun 2018 11:24:45 -0400 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 |
On 6/21/18 3:41 AM, Ralf Goertz wrote:
> Hi,
>
> I think it is confusing to have the arguments of a builtin command
> translated by "help command" but in the subsequent explanation these
> arguments ar in english. Assuming you have german locale files for bash
> installed you will for example get the following:
This is a translation problem. The long help strings are marked as
translatable, appear in the distributed bash.pot file (I checked
bash-4.3, bash-4.4, and bash-5.0-alpha), and are run through gettext
when they're displayed. If there is no translation, `help' just prints
the untranslated text.
(And you might consider using a valid email address to get replies.)
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU chet@case.edu http://tiswww.cwru.edu/~chet/