>>>>> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:

Martin> Here finally the full updated patch. You will see that I
Martin> include chunks to the he.po file... I don't want to do this,
Martin> but this patch moves functionality out to he.po that was
Martin> previously (in lyx-1.2) hardwired in the C++ code (Which now
Martin> looks a lot cleaner BTW).

Martin> So that is why I think this is justified. Should work out of
Martin> the box.

I like it very much, except for:
+       else if (ctr == "enumiv") {
+               format = N_("\\Alph{enumiv}.");
+       }
+               format = N_("\\Alph{enumiv}.");
+       return counterLabel(buf.B_(format));

Doesn't this mean that format is always "\\Alph{enumiv}."?

JMarc

Reply via email to