Re: translating beast (Re: Please translate beast and bse)



On Fri, 12 Dec 2003, Karl Eichwalder wrote:

> Malcolm Tredinnick <malcolm@commsecure.com.au> writes:
>
> > So splitting up one PO file into several when you do the module split
> > should be just a matter of a sed script and adding the PO-file header
> > to each file.
>
> Better avoid sed.  Use msgmerge's compendium feature to carry over
> existing translations to the new module - adjust the following script
> fragment:
>
>     for LL in $(grep -v ^# LINGUAS); do
>       msgmerge -o new.$LL.po -C $LL.po /dev/null NEW_MODULE.pot
>     done

oh. ok, that's great, thanks very much.

i've thrown together the po/ and po-bse/ directories now,
so the job for translators becomes a fair bit easier.

TRANSLATORS: i've also added idl files now, so please update translations.

---
ciaoTJ




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