mc/po
2004-03-07 07:14:47 +00:00
..
.cvsignore Ignore POTFILES.in, it's generated now. 2004-01-27 17:29:14 +00:00
az.po
be.po Fix format mismatch caused by the previous commit. 2004-01-26 20:41:19 +00:00
bg.po Fix format mismatch caused by the previous commit. 2004-01-26 20:41:19 +00:00
ca.po Fix format mismatch caused by the previous commit. 2004-01-26 20:41:19 +00:00
ChangeLog * uk.po: Updated Ukrainian translation. 2004-03-07 07:14:47 +00:00
cs.po Fix format mismatch caused by the previous commit. 2004-01-26 20:41:19 +00:00
da.po Fix format mismatch caused by the previous commit. 2004-01-26 20:41:19 +00:00
de.po
el.po
es.po Revert smbfs_reconnect -> reconnect. 2004-01-28 00:06:16 +00:00
eu.po Fix format mismatch caused by the previous commit. 2004-01-26 20:41:19 +00:00
fi.po Fix format mismatch caused by the previous commit. 2004-01-26 20:41:19 +00:00
fr.po Fix format mismatch caused by the previous commit. 2004-01-26 20:41:19 +00:00
hu.po Revert smbfs_reconnect -> reconnect. 2004-01-28 00:06:16 +00:00
it.po Updated italian translation 2004-02-05 10:30:09 +00:00
ja.po Fix format mismatch caused by the previous commit. 2004-01-26 20:41:19 +00:00
ko.po Fix format mismatch caused by the previous commit. 2004-01-26 20:41:19 +00:00
LINGUAS
lt.po Fix format mismatch caused by the previous commit. 2004-01-26 20:41:19 +00:00
lv.po Fix format mismatch caused by the previous commit. 2004-01-26 20:41:19 +00:00
Makevars
mn.po Fix format mismatch caused by the previous commit. 2004-01-26 20:41:19 +00:00
nl.po
no.po
pl.po Fix format mismatch caused by the previous commit. 2004-01-26 20:41:19 +00:00
pt_BR.po Fix format mismatch caused by the previous commit. 2004-01-26 20:41:19 +00:00
pt.po
README.tools
ro.po
ru.po Update. 2004-01-28 00:16:55 +00:00
sk.po
sl.po
sr.po Fix format mismatch caused by the previous commit. 2004-01-26 20:41:19 +00:00
sv.po
ta.po
tr.po
uk.po * uk.po: Updated Ukrainian translation. 2004-03-07 07:14:47 +00:00
update.pl
update.sh
wa.po
zh_CN.po Fix format mismatch caused by the previous commit. 2004-01-26 20:41:19 +00:00
zh_TW.po Fix format mismatch caused by the previous commit. 2004-01-26 20:41:19 +00:00

The update.pl script is included here.  This script should be run like
this:

	./update.pl [OPTIONS] ...LANGCODE

By default, this script updates the pot file (the po template generated
from the source code) and merges it with the po files (translations).

For instance to do this for Danish, type the following

	./update.pl da


The update.pl script also supports other options, they are:

  -V, --version                shows the version
  -H, --help                   shows this help page
  -P, --pot                    only generates the potfile
  -M, --maintain               search for missing files in POTFILES.in

Especially the --maintain option is very handy for package maintainers
to check if you included all the files that have marked strings in the
POTFILES.in, so they will be in the generated pot file (po template).

You should make sure that the files found by the update.pl script are
either distributed or always create during the build process.  Otherwise
"make distcheck" may fail preventing the release.

The script supports the --help option for further help, though its not
very extensive for the moment.

Kenneth Christiansen

kenneth@gnu.org
kenneth@gnome.org

update.pl is are copyright 2000 The Free Software Foundation and me.