> On May 25, 2011, 9:58 a.m., Casper Boemann wrote:
> > No idea wat it does, but I say ship it

Whith K_EXPORT_PLUGIN( ThesaurusPluginFactory("ThesaurusPlugin") ) the plugin 
tries to load the translation catalog "ThesaurusPlugin", but this fails cause 
the strings are extracted to a catalog named thesaurus_tool in Messages.sh. 
Plugin is always untranslated (apart from strings in the system catalogs and 
strings from desktop files), even if the catalog "thesaurus_tool" is translated 
and installed :(

With K_EXPORT_PLUGIN( ThesaurusPluginFactory("ThesaurusPlugin", 
"thesaurus_tool") ) the plugin tries to load the catalog "thesaurus_tool" -> 
success, plugin is translated :)


- Burkhard


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/101435/#review3504
-----------------------------------------------------------


On May 25, 2011, 7:46 a.m., Burkhard Lück wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/101435/
> -----------------------------------------------------------
> 
> (Updated May 25, 2011, 7:46 a.m.)
> 
> 
> Review request for Calligra.
> 
> 
> Summary
> -------
> 
> load translation catalog to make the dialog fully translated
> 
> 
> Diffs
> -----
> 
>   plugins/textediting/thesaurus/ThesaurusPlugin.cpp c8d8a98 
> 
> Diff: http://git.reviewboard.kde.org/r/101435/diff
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Burkhard
> 
>

_______________________________________________
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel

Reply via email to