[Gimp-docs] some strings untranslated...
Ulf-D. Ehlert
ude88 at web.de
Mon Feb 2 06:07:50 PST 2009
Hi Marco,
Marco Ciampa (Montag, 2. Februar 2009, 02:03):
> I see some strings as untranslated.
>
> For example the title "How do I Become a GIMP Wizard?" appears
> untranslated in the italian version but in:
>
> /po/it$ grep -Ri wizard *
> gimp.po:msgid "How do I Become a <acronym>GIMP</acronym> Wizard?"
>
> it _is_ translated!
>
> Any hint?
Probably your xml file is newer than the po file, so it won't be
updated. Try
prompt> ls -ltr src/gimp.xml pot/gimp.pot po/it/gimp.po xml/it/gimp.xml
to verify this, then
prompt> touch src/gimp.xml
and
prompt> make [-f Makefile.GNU] xml/it/gimp.xml
should create a file with correct translation:
prompt> grep 'Come diventare un mago' xml/it/gimp.xml
<phrase>Come diventare un mago di <acronym>GIMP</acronym>?</phrase>
Bye,
Ulf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : /lists/gimp-docs/attachments/20090202/bd15113a/attachment.bin
More information about the Gimp-docs
mailing list