> For the wavelan-plugin, the translation did not appear on my testing > system; seems like some LOCALE_DEFINITIONS or gettext calls are missing? > File a bug report for this one, could be that it just needs to be changed in the configure file or makefile, don't remember which one...
Created attachment 1964 Patch to add textdomain and include local files with quotation marks The wave-lan plugin does not display the translations. This patch fixes that by adding xfce_textdomain(...). It also includes the local files with quotation marks as is preferable for local files in contrast to global files that are accessible via the include path only.
Was fixed a while ago, thanks for the patch.