2017-10-17 8:53 GMT+02:00 Junio C Hamano <gitster@xxxxxxxxx>: > Jiang Xin <worldhello.net@xxxxxxxxx> writes: > >> Git v2.15.0-rc1 released with a typo fix from commit dfab1eac23 >> ("i18n: add a missing space in message", Sun Oct 8 14:18:39 2017 +0200). >> This time there are 2 updated messages need to be translated since last >> update. Let's start new round of translation for Git 2.15.0. > > Today's pushout included 3247edbb ("sequencer.c: fix and unify error > messages in rearrange_squash()", 2017-10-15), which unfortunately > added this to the mix: > > error_errno(_("could not write '%s'"), todo_file); > > There is another one "could not truncate '%s'" added by the same > commit, but the codebase already had another instance of the same > string, so it won't cause trouble. > > Regarding the "could not write" thing, there are quite a few > instances of "coulld not write to '%s'" with %s set to the filename, > and I strongly suspect that this new one should be further updated > to match them (Ralf promoted from Cc: to To: for this). That would > have a nice side effect of making today's last-minute merges a > non-event from translators' point of view ;-) > > > I didn't expect this message to be a new one for translation. I'll send a patch later to update the message to match the other instances.