On Sat, Dec 14, 2019 at 12:28:04PM +0000, Daniel Shahaf wrote: > Stefan Sperling wrote on Sat, 14 Dec 2019 11:13 +00:00: > > The problem is that svn diff's revision number marker " (revision XY)" must > > be separated by a TAB. > > In diff generation, the whole string is translated: _("%s\t(revision > %ld)"). It seems to me that if a translator changed the start of the > string from "%s\t" to anything else, patches would no longer apply, > would they? If so, shouldn't we make just the "(revision %ld)" part > translatable? >
Yes, that would be better indeed.