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 c...@case.edu http://tiswww.cwru.edu/~chet/