nautilus/po
2000-10-24 19:17:26 +00:00
..
.cvsignore Feeble attempt to hook up generation of .h files from the *-ui.xml files 2000-10-19 00:20:21 +00:00
ca.po Added Catalan language file 2000-09-28 18:46:13 +00:00
ChangeLog Updated Polish translation 2000-10-24 13:23:46 +00:00
da.po Translations from Keld 2000-10-04 16:48:29 +00:00
de.po Ye Great Olde Update. 2000-10-23 12:37:53 +00:00
desk.pl Added files Script for finding missing translations in desktop files 2000-05-31 01:30:07 +00:00
en_GB.po Add British translation. 2000-10-22 15:56:23 +00:00
es.po New spanish Translation 2000-08-25 15:01:28 +00:00
fr.po Updated French translation. 2000-10-09 16:12:00 +00:00
ga.po Initial Irish translation 2000-08-24 18:46:59 +00:00
gl.po Updated Galician translation 2000-10-07 17:20:18 +00:00
it.po added italian translation (needs to be finished) 2000-08-18 06:55:59 +00:00
ja.po update ja.po 2000-10-13 22:53:00 +00:00
ko.po Committed updated ko.po. 2000-10-23 20:05:45 +00:00
Makefile.in.in Fixed bug 3705, Bookmark icons do not appear in the menu item 2000-10-19 02:17:41 +00:00
no.po Updated Norwegian translation. 2000-10-22 20:15:44 +00:00
pl.po Updated Polish translation 2000-10-24 13:23:46 +00:00
POTFILES.ignore i18n fixes 2000-07-27 20:00:04 +00:00
POTFILES.in Added some new .xml.h files. Got rid of the duplicates I put in there 2000-10-20 19:20:51 +00:00
pt_BR.po updating pt_BR translations 2000-10-24 19:17:26 +00:00
README.tools Added readme file, which explains the use of the newly checked in po 2000-05-31 12:31:36 +00:00
ru.po Updated russian translation. 2000-10-08 14:36:08 +00:00
sv.po Updated Swedish translation. 2000-10-23 00:33:25 +00:00
tr.po Updated the tr.po gain. hehe. 2000-08-05 08:47:11 +00:00
uk.po corrected syntax errors 2000-09-28 18:50:04 +00:00
update.pl Feeble attempt to hook up generation of .h files from the *-ui.xml files 2000-10-19 00:20:21 +00:00
update.sh Updated russian translation and update.sh. 2000-05-22 18:03:18 +00:00
xml2pot.pl Updated Norwegian translation. Added this for the new XML ui-description. 2000-10-08 06:39:41 +00:00
XMLFILES.in Feeble attempt to hook up generation of .h files from the *-ui.xml files 2000-10-19 00:20:21 +00:00
zh_TW.Big5.po corrected some syntax errors 2000-09-28 18:49:17 +00:00

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.