On Tue, Aug 31, 2010 at 15:29, Jonathan Nieder <jrnieder@xxxxxxxxx> wrote: > Ævar Arnfjörð Bjarmason wrote: > >> --- 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:34 > > Is 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 :) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html