Hi all, I noticed that some program messages are localized, others are not and I struggle to see some kind of logic begind. The CG says:
"Do not localize/gettextify: * ‘programming_error ()’s * ‘programming_warning ()’s * debug strings * output strings (PostScript, TeX, etc.)" Fair enough, but: git grep '(ly:warning (_' scm | wc -l 54 git grep '(ly:warning "' scm | wc -l 25 Are there reasons for this inconsistency? Cheers, Michael