I've a prolem with xfdesktop from git. When I compile it I can't see the desktop configuration window translated (opened from the xfce4 settings manager window). "xfdesktop --help" shows string translated.
Is xfdesktop-setting --help translated?
Mmm I think the problem is worse, gettext does not extract strings from the interface xml files. So they need to be renamed to .glade + required changes to Makefile.am, POTFILES.in and the C code.
We should also msgmerge the 4.6 translation in the master po files, because most of the strings are kept the same.
> Is xfdesktop-setting --help translated? Yes it is translated
We already fixed it and released a new version of xfdesktop. Thanks for the report.
ok thanks! I've just recompiled it and now it's all ok