Andrew V. Samoilov 9f0c07f07a * az.po: Small text fixes. 20 years ago
..
.cvsignore 55095507d2 Ignore POTFILES.in, it's generated now. 21 years ago
ChangeLog 9f0c07f07a * az.po: Small text fixes. 20 years ago
LINGUAS e45f2e2626 * sr.po: New file - Serbian translation. 21 years ago
Makevars 2a5aa9dfc6 * Makevars: Add MSGID_BUGS_ADDRESS from gettext-0.12.1 template. 22 years ago
README.tools eb846733f8 Remove documentation for desk.pl. Remove references to configure.in. 21 years ago
az.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
be.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
bg.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
ca.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
cs.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
da.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
de.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
el.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
es.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
eu.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
fi.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
fr.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
hu.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
it.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
ja.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
ko.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
lt.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
lv.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
mn.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
nl.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
no.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
pl.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
pt.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
pt_BR.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
ro.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
ru.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
sk.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
sl.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
sr.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
sv.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
ta.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
tr.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
uk.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
update.pl fe43cab3af * update.pl: Use --add-comments=TRANSLATORS:, not just 22 years ago
update.sh fe43cab3af * update.pl: Use --add-comments=TRANSLATORS:, not just 22 years ago
wa.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
zh_CN.po 9f0c07f07a * az.po: Small text fixes. 20 years ago
zh_TW.po 9f0c07f07a * az.po: Small text fixes. 20 years ago

README.tools

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.