Re: Bug #115289



Shaun McCance <shaunm@wolfram.com> writes:

> These strings, however, are already translated in XSLT.  So translating
> the strings just involves copying the translations from XSLT to po
> files, which seems like a pretty straight-forward task.

"In XSLT" means it is available as a XML text.  Maybe you can use
something of the intltools package to extractthe XSLT translations into
proper LL.po files (where LL stands for language).

Then create your new .pot file using xgettext (say "yelp-c.pot").

Use msgmerge's compendium feature to reuse the old translations:

    msgmerge --compendium LL.po -o new.LL.po /dev/null yelp-c.pot 

-- 
                                                         |      ,__o
http://www.gnu.franken.de/ke/                            |    _-\_<,
ke@suse.de (work) / keichwa@gmx.net (home)               |   (*)/'(*)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]