Karthik Nayak <karthik.188@xxxxxxxxx> writes: > The error message produced by `transaction_refname_valid()` changes based > on whether the update is a ref update or a reflog update, with the use > of a ternary operator. This breaks translation since the sub-msg is not > marked for translation. Fix this by setting the entire message using a > `if {} else {}` block and marking each message for translation. > > Signed-off-by: Karthik Nayak <karthik.188@xxxxxxxxx> > --- > > Since the reflog migration topic has been merged to 'next', I am sending this > as an individual patch which applies on top of 'kn/reflog-migration'. Thanks, that is the most sensible way to fix up a glitch that was discovered too late ;-) Will queue.