How to get up-to-date PO/POT files
Hi,
How can the current PO/POT files be obtained/generated? (I mean, files that contain the very latest English strings.) Are they updated automatically or do we have to update them by hand?
Arpad Biro
__________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html
After you've built the inkscape codebase, try running
`intltool-update --pot`
from within the po/ directory. In theory this should create the *.pot file. Also, you can bring an existing translation up to date by running
`intltool-update es`
Bryce
On Sun, 28 Mar 2004, Arpad Biro wrote:
Hi,
How can the current PO/POT files be obtained/generated? (I mean, files that contain the very latest English strings.) Are they updated automatically or do we have to update them by hand?
Hi,
After you've built the inkscape codebase, try running
`intltool-update --pot`
from within the po/ directory. In theory this should create the *.pot file.
It works fine. Thank you.
Arpad Biro
__________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html
participants (2)
-
Arpad Biro
-
Bryce Harrington