[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bash - Errors in German help echo documentation (and other languages)
From: |
Zachary Santer |
Subject: |
Bash - Errors in German help echo documentation (and other languages) |
Date: |
Tue, 10 Sep 2024 06:46:37 -0400 |
On Mon, Sep 9, 2024 at 9:04 AM secretuser56 <secretuser56@protonmail.com> wrote:
>
> There are errors in the German 'help echo' command in po/de.po and po/de.gmo.
> The descriptions for the following escape sequences are missing: \uHHHH
> \UHHHHHHHH
> Besides that there are two backslashs missing. One in front of \a\tAlarm and
> one in front of \\\\tumgekehrter.
>
> Here are translations for the missing escape sequences I suggest:
>
> \uHHHH ein Unicode-Zeichen mit dem Hexadezimalwert HHHH. HHHH kann ein bis
> vier Zeichen lang sein.
> \UHHHHHHHH ein Unicode-Zeichen mit dem Hexadezimalwert HHHHHHHH. HHHHHHHH
> kann ein bis acht Zeichen lang sein.
>
> Using grep it's possible to identify 19 other language where either the
> documentation is incomplete or buggy: grep -c uHHHH po/*.po | grep -F ":1"
> All files listed by this command are incomplete or contain errors.
>
> Best regards
>
https://www.gnu.org/software/bash/
Translating Bash
To translate the program messages into other languages, please refer
to the Translation Project page for Bash[1]. New translations or
updates to the existing strings will not be incorporated into Bash if
they are sent elsewhere. For more information, see the Translation
Project home page[2].
[1] https://translationproject.org/domain/bash.html
[2] https://translationproject.org/html/welcome.html