On Thu, Jan 23, 2003 at 05:07:20 -0500, Taybin Rutkin wrote:
On Thu, 23 Jan 2003, Steve Harris wrote:
I was wondering of it was possible without RDF,
with RDF there are a
number of solutions. It soulds like it would be, but it would make the
plugin depend on external data, which may or may not be a good idea.
How is it done now? Is a string hardcoded in a variable in the plugin?
Effectivly.
If so, as long as the domainname of the plugin is
known, the host can do
something like:
set_domainname(LC_ALL, plugin->domain);
label = gettext(plugin->label);
set_domainname(LC_ALL, host->domain);
Ah, OK I didn't realise thats how it worked. In that case it would work
fine. Anyone want to volunteer translations :)
- Steve