overview of localization
Caolán McNamara
caolanm at redhat.com
Fri Jun 29 09:01:02 PDT 2012
On Thu, 2012-06-28 at 16:27 +0200, Andras Timar wrote:
> You need translate-toolkit
> (http://translate.sourceforge.net/wiki/toolkit/index).
> Create pot files from en-US.sdf:
> $ oo2po -P workdir/unxlngi6.pro/CustomTarget/translations/translate/sdf-template/en-US.sdf
> workdir/unxlngi6.pro/CustomTarget/translations/translate/pot
> Then update languages, e.g.
> $ cd translations/source/
> $ for in de fr it;do pomigrate2 $i $i.new
> workdir/unxlngi6.pro/CustomTarget/translations/translate/pot;rm -rf
> $i;mv $i.new $i;done
>
> That should work for local testing purposes.
Great, thanks. Worked, got my translatables extracted anyway.
C.
More information about the LibreOffice
mailing list