Re: [PATCH/RFC 15/17] po/is.po: add Icelandic translation
From: Ævar Arnfjörð Bjarmason <hidden>
Date: 2016-06-15 22:49:25
On Tue, Aug 31, 2010 at 15:29, Jonathan Nieder [off-list ref] wrote:
Ævar Arnfjörð Bjarmason wrote:quoted
--- a/po/is.po +++ b/po/is.po@@ -11,35 +11,154 @@ msgstr """Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: t/t0200/test.c:4 +#: builtin/init-db.c:34Is there a diff driver that will ignore these --add-location lines? Alternatively, would it be possible to get msgmerge and xgettext to provide the filenames without the line numbers? My experience is that most translation diffs are very hard to read because about 80% noise. :( Aside from that, this looks good and sane (well, the English part I can read does).
Some context, an earlier discussion on this: http://kerneltrap.org/mailarchive/git/2010/5/30/31415/thread#mid-31415 Removing them will have some negative effects. Gettext uses them for its message fuzzying logic, and they enable you to jump directly to a source definition. I've found that it's easier to just go with the flow as far as the gettext tools are concerned, and they seem to really like to have these line numbers in :)