From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
To: "Jean-Noël Avila" <jn.avila@free.fr>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] l10n: fr.po unfuzzy commented entries
Date: Mon, 25 Feb 2019 23:42:11 +0100 [thread overview]
Message-ID: <871s3vwkvw.fsf@evledraar.gmail.com> (raw)
In-Reply-To: <20190225211453.28300-1-jn.avila@free.fr>
On Mon, Feb 25 2019, Jean-Noël Avila wrote:
> The 0.14.4 gettext release was back in 2005, so presumably this is due
> to some GPLv3 allergy of NetBSD's. The OS version itself is 7.1,
> released a couple of years ago.
So this one pargaraph of commit message is just a paragraph from my
E-Mail upthread, but out of context it's just confusing.
> -#, fuzzy
> +#
> #~| msgid "git archive [<options>] <tree-ish> [<path>...]"
> #~ msgid "git diff --no-index [<options>] <path> <path>"
> #~ msgstr "git archive [<options>] <arbre ou apparenté> [<chemin>...]"
This still results in the same issue. Sorry, by "unfuzzying" I thought
you meant change these translations so they'd no longer be commented out
and would actually have a translation.
The problem is that there's two msgid lines, so e.g. this on top of
yours "fixes" it:
#
-#~| msgid "git archive [<options>] <tree-ish> [<path>...]"
#~ msgid "git diff --no-index [<options>] <path> <path>"
#~ msgstr "git archive [<options>] <arbre ou apparenté> [<chemin>...]"
But isn't a better fix on top of master just:
sed -i '22477,$ d' po/fr.po
That results in 1500 lines removed from the end. I.e. what's the point
of keeping those old now-unused translations around?
next prev parent reply other threads:[~2019-02-25 22:42 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-25 20:19 Compile error due to po/fr.po on old gettext in v2.21.0 Ævar Arnfjörð Bjarmason
2019-02-25 20:54 ` Jean-Noël AVILA
2019-02-25 20:59 ` Ævar Arnfjörð Bjarmason
2019-02-26 2:12 ` Jiang Xin
2019-02-25 21:14 ` [PATCH] l10n: fr.po unfuzzy commented entries Jean-Noël Avila
2019-02-25 22:42 ` Ævar Arnfjörð Bjarmason [this message]
2019-02-26 20:38 ` Jean-Noël AVILA
2019-02-26 20:54 ` [PATCH v2] l10n: fr.po remove obsolete entries Jean-Noël Avila
2019-02-27 3:44 ` Jiang Xin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871s3vwkvw.fsf@evledraar.gmail.com \
--to=avarab@gmail.com \
--cc=git@vger.kernel.org \
--cc=jn.avila@free.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).