On Thu, Jan 23, 2003 at 03:59:18 -0500, Taybin Rutkin wrote:
On Wed, 22 Jan 2003, Steve Harris wrote:
On Tue, Jan 21, 2003 at 08:17:38 +0300, Alexandre
Prokoudine wrote:
Hmmm... Is there any way to provide gettext
support for
LADSPA-plugins?
Probably. Depending on exactly what gettext requires. Interesting
question.
gettext requires the executing code set the domainname so the gettext
engine knows which file to use for it's lookup. If the RDF is being
translated, we could rely on lrdf to be the intermediary. The only
problem is getting the domainname from the plugin in the first place.
Seems either use a convention to store it in the plugin or define a
varible in the RDF for it.
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.
- Steve