Michael Gerz wrote:
Ahhh... wait... there is a localization problem! If I switch from
German to English interface, everything works perfectly. I guess there
is one _(...) to much in the code!
Bo,
this will probably not work (not related to the problem above):
./MenuBackend.C:
docstring label = char_type(uppercase(cit->name[0])) +
_(cit->name.substr(1));
You apply _(...) to a substring that is not defined in the po files.
Beside that: Great work :-)
I wish you nice holidays. You are a LyX hero!
Michael