Thanks for the answers, i will do my best.
I just did a update of the Katalog and poedit puts out warnings like this:
---
.../contrib/wxSmith/wxsmith.cpp:68: warnung: Empty msgid. It is reserved by GNU gettext:
gettext("") return the header entry with
meta information, not the empty string.
---
I dont know what the wxWidgets implementation of _("") does, just wanted to let you know...
maybe its better to put them into wxT("")
For the strings that i thought they were not in a _() macro: they are in .xrc files.
For example Edit->Bookmarks is in main_menu.xrc:
<label>&Bookmarks</label>
and so poedit cant put it in the catalog
if i put _("&Bookmarks") in a fake headerfile it gets translated just fine. I just hope this
is not the way to do it and there is another way.
Another thing (not of concern right now, but maybe something to think about for the future):
How do Plugins get handled? Right now im putting everything into one Catalog that
is inside the Source tree, but external Plugins cannot be handled that way.
(Plugins shipped with Code::Blocks shouldnt either i think, but i would give that a low priority)
Thumbs up! CB is getting better and better with every cvs-update i do!
Stefan
(down to 467 untranslated strings, i wonder what waits for me in the xrc files
)