gimp/po
Simon Budig 80a22ec5fd Added app/tools/gimpposterizetool.c which replaces posterize.c. Is it
2001-05-29  Simon Budig  <simon@gimp.org>

        * po/POTFILES.in: Added app/tools/gimpposterizetool.c
        which replaces posterize.c. Is it complete now?  :-)
2001-05-28 22:29:55 +00:00
..
.cvsignore Updated Norwegian translation. 2000-05-18 18:27:56 +00:00
ChangeLog fixed syntax errors and incorrect multibyte sequences 2001-05-21 19:40:29 +00:00
POTFILES.in Added app/tools/gimpposterizetool.c which replaces posterize.c. Is it 2001-05-28 22:29:55 +00:00
README.tools Added update.pl and README.tools from kanikus. 2000-09-13 10:24:30 +00:00
ca.po fixed syntax errors and incorrect multibyte sequences 2001-05-21 19:40:29 +00:00
cs.po czech translation update 2001-02-17 20:28:05 +00:00
da.po fixed syntax errors and incorrect multibyte sequences 2001-05-21 19:40:29 +00:00
de.po Fixed one pixel. 2001-03-12 14:32:56 +00:00
en_GB.po 1.2.0 stuff 2000-12-25 08:08:08 +00:00
es.po minor changes 2000-12-28 23:32:30 +00:00
fi.po 1.2.0 stuff 2000-12-25 08:08:08 +00:00
fr.po fixed syntax errors and incorrect multibyte sequences 2001-05-21 19:40:29 +00:00
ga.po fixed syntax errors and incorrect multibyte sequences 2001-05-21 19:40:29 +00:00
gl.po 1.2.0 stuff 2000-12-25 08:08:08 +00:00
hr.po fixed syntax errors and incorrect multibyte sequences 2001-05-21 19:40:29 +00:00
hu.po fixed invalid charset spec. 2001-05-20 13:02:17 +00:00
it.po Applied fix for #37716 from Domenico Rotiroti. 2001-02-08 14:32:11 +00:00
ja.po 1.2.0 stuff 2000-12-25 08:08:08 +00:00
ko.po 1.2.0 stuff 2000-12-25 08:08:08 +00:00
makefile.cygwin Fix fuzzy translations. 2000-04-23 20:17:38 +00:00
nl.po fixed syntax errors and incorrect multibyte sequences 2001-05-21 19:40:29 +00:00
no.po Fixed up Norwegian translation. 2000-12-25 17:32:38 +00:00
pl.po fixed syntax errors and incorrect multibyte sequences 2001-05-21 19:40:29 +00:00
pt_BR.po Updating some pt_BR translations 2001-01-04 17:01:03 +00:00
ro.po fixed syntax errors and incorrect multibyte sequences 2001-05-21 19:40:29 +00:00
ru.po Updated russian translation. 2001-05-08 08:29:34 +00:00
sk.po 1.2.0 stuff 2000-12-25 08:08:08 +00:00
sv.po Updated Swedish translation. 2001-01-09 11:27:53 +00:00
tr.po tr.po -- part II 2001-03-13 19:19:40 +00:00
uk.po Updated Ukrainian transaltion 2001-04-05 12:36:04 +00:00
update.pl Added update.pl and README.tools from kanikus. 2000-09-13 10:24:30 +00:00
update.sh Small updates. And update.sh 1.2.5 version. 2000-05-23 19:00:50 +00:00

README.tools

The po/ directory includes two perlscripts, which is done to help 
making the translations fully uptodate.

The first script is called update.pl and is supposed to be run like this:

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

This will updates the pot file (the po template, generated from the source code) 
and merge them with the translations po files.

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 maintainer, to check
if you included all the files that have marked strings in the POTFILES.in, so
they will be in the generated po template, the socalled pot file.

There is though one thing to take notice of with this option, please check the 
configure.in file to make sure that the files you add to POTFILES.in are being
build, otherwise this can leed to "make dist" throuble.


The other utility is the desk.pl script, which will check the cvs module for
missing translation in files like *.desktop, *.directory, *.soundlist and so on.

Run the script like this:

	./desk.pl [OPTIONS] ...LANGCODE ENTRY

An example use could be.

	./desk.pl da

which will check all the files for missing Name[da] entries, or 

	./desk.pl no Comment

which will check all the files for missing Comment[no] entries. "Comment" can
here be replaced with whatever you like

All scripts support the --help option for further help, though it's not very
extensive for the moment.

Kenneth Christiansen

kenneth@gnu.org  
kenneth@gnome.org

Both scripts are copyright 2000 The Free Software Foundation and me.