Discussion:
GNU Bash v.4.4.23-5 built-in function 'logout' is translated
Ricky Tigg
2018-10-19 19:26:47 UTC
Permalink
GNU Bash built-in function 'logout' has been translated by mistake.

OS: Fedora 29 – Component: bash-4.4.23-5.fc29.x86_64

To reproduce:

$ locale
LANG=fi_FI.UTF-8

$ help
(...)
lopetus [n]

Expected result:
$ help
(...)
logout [n]

Additional information:
$ LANG=C help
(...)
logout [n]
Chet Ramey
2018-10-19 19:51:44 UTC
Permalink
Post by Ricky Tigg
GNU Bash built-in function 'logout' has been translated by mistake.
OS: Fedora 29 – Component: bash-4.4.23-5.fc29.x86_64
This is a coincidence. The builtin name (`logout') is not translated, but
there is another instance of "logout" as a translatable string elsewhere
in the code.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU ***@case.edu http://tiswww.cwru.edu/~chet/
Loading...