mc/po
Christian Rose dcc075be1a Updated Swedish translation. 2000-11-04 00:44:27 +00:00
..
.cvsignore MC goes Internationallsls./gmc Spanish translation almost complete -mig 1998-03-25 05:16:00 +00:00
ChangeLog Updated Swedish translation. 2000-11-04 00:44:27 +00:00
Makefile.in.in * Makefile.in.in (distdir): Changed to ensure that *.gmo are 2000-09-23 07:08:18 +00:00
POTFILES.in * POTFILES.in: Removed src/fixhlp.c 2000-09-23 01:48:48 +00:00
README.tools i18n-stuff - incl da translation 2000-07-27 11:04:45 +00:00
ca.po updated Catalan file 2000-06-30 11:36:24 +00:00
cs.po updated cz translation 2000-04-17 15:48:41 +00:00
da.po Translations from Keld 2000-10-21 00:43:48 +00:00
de.po Updated German translation 2000-10-28 15:57:36 +00:00
desk.pl i18n-stuff - incl da translation 2000-07-27 11:04:45 +00:00
el.po 1999-09-19 Andrew V. Samoilov <sav@bcs.zp.ua> 1999-09-19 23:09:07 +00:00
es.po Updating es translations by David Martín <dmartina@excite.es> 2000-10-02 10:24:07 +00:00
es_ES.po Updating es translations by David Martín <dmartina@excite.es> 2000-10-02 10:24:07 +00:00
fi.po 1999-09-19 Andrew V. Samoilov <sav@bcs.zp.ua> 1999-09-19 23:09:07 +00:00
fr.po Updated French translation. 2000-10-18 16:18:07 +00:00
hu.po Updated 2000-09-09 03:08:37 +00:00
it.po some fixes ... 2000-10-26 22:44:30 +00:00
ja.po * ja.po: Updated Japanese translation. 2000-10-08 17:06:10 +00:00
ko.po more updated 2000-09-05 12:11:17 +00:00
mc.pot 4.5.37 1999-07-13 04:32:46 +00:00
nl.po 1999-09-19 Andrew V. Samoilov <sav@bcs.zp.ua> 1999-09-19 23:09:07 +00:00
no.po 2000-10-25 Kjartan Maraas <kmaraas@gnome.org> 2000-10-24 22:43:45 +00:00
pl.po Updated Polish translation 2000-10-29 14:04:57 +00:00
pt_BR.po Updating some pt_BR translations. (Update-Gnome.sh script) 2000-10-30 13:07:41 +00:00
ro.po Updated Romanian translation. 2000-10-25 22:55:23 +00:00
ru.po 2000-09-15 Andrew V. Samoilov <sav@bcs.zp.ua> 2000-09-15 11:51:19 +00:00
sk.po CVS1999-12-14 Pavel Machek <pavel@artax.karlin.mff.cuni.cz> 1999-12-14 12:36:39 +00:00
sl.po Updated Slovenian translation 2000-11-03 21:50:54 +00:00
sv.po Updated Swedish translation. 2000-11-04 00:44:27 +00:00
tr.po Updated the Turkish translation. 2000-07-29 12:05:02 +00:00
uk.po Updated Ukrainian translation 2000-09-14 09:47:18 +00:00
update.pl i18n-stuff - incl da translation 2000-07-27 11:04:45 +00:00
update.sh Updated russian translation and update.sh. 2000-05-15 19:12:55 +00:00
wa.po updated Catalan file 2000-06-27 14:15:37 +00:00
zh_CN.GB2312.po Simplify Chinese PO File 2000/09/05 2000-09-05 15:05:49 +00:00
zh_TW.Big5.po Triditional Chinese PO File 2000/09/11 2000-09-11 14:38:02 +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.