Re: Updating po files on make dist



Bruno Haible <bruno@clisp.org> writes:

>   * msgmerge -o sv.po sv.po.tmp *.pot
>   * cvs commit sv.po
>
> The rationale for this is that msgmerge is not only a tool for the
> developer (via "make update-po") but also for the translator.

Yes, nevertheless a short warning might be appropriate:

Use 'msgmerge' here only if you know for sure the offending .po file was
submitted by no translator (hacker, maintainer); if it was submitted by
one of your co-translators, use 'msgcat'.  'msgmerge' will override
concurring messages.

    cp sv.po sv.po.cvs
    msgcat -o sv.po sv.po.tmp sv.po.cvs

or

    msgcat --use-first -o sv.po sv.po.tmp sv.po.cvs

-- 
                                                         |      ,__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]