nautilus/po
2000-12-15 02:28:02 +00:00
..
.cvsignore Turns out it can be even simpler. There's no need to generate the headers 2000-11-09 20:50:00 +00:00
ca.po Added Catalan language file 2000-09-28 18:46:13 +00:00
ChangeLog Updated Swedish translation. 2000-12-15 02:28:02 +00:00
da.po Translations from Keld 2000-12-14 17:25:21 +00:00
de.po Updated. 2000-11-14 22:29:54 +00:00
desk.pl
en_GB.po British does not use "Trashcan". 2000-11-08 16:19:50 +00:00
es.po More Spanish updates... 2000-11-05 13:00:27 +00:00
fi.po Addid Finnish entries to nautilus.desktop and ALL_LINGUAS. Added fi.po 2000-11-09 11:42:28 +00:00
fr.po Updated French translation. 2000-11-09 17:37:11 +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
hu.po Initial support for Hungarian language. 2000-11-16 16:38:34 +00:00
it.po small updated for the italian translation 2000-10-28 01:50:04 +00:00
ja.po update 2000-10-28 21:18:05 +00:00
ko.po Committed updated ko.po 2000-12-06 22:22:43 +00:00
Makefile.i18npatch Turns out it can be even simpler. There's no need to generate the headers 2000-11-09 20:50:00 +00:00
nl.po Add Dutch translation. 2000-11-04 15:01:55 +00:00
no.po Updated Norwegian (bokmål) translation. 2000-12-14 14:00:00 +00:00
pl.po Updated Polish translation 2000-12-02 14:13:48 +00:00
POTFILES.ignore
POTFILES.in reviewed by: Darin Adler <darin@eazel.com> 2000-12-14 21:09:09 +00:00
pt_BR.po Automatically updating some pt_BR and Spanish translatios (sendpos.sh script) 2000-11-08 12:37:45 +00:00
README.tools
ru.po Updated russian translation. 2000-12-13 15:02:45 +00:00
sv.po Updated Swedish translation. 2000-12-15 02:28:02 +00:00
ta.po Added (partial) Tamil translation to nautilus. 2000-12-02 18:05:29 +00:00
tr.po
ui-extract.pl Took out header. Since the .h files are never put anywhere anyone would 2000-12-05 23:05:51 +00:00
ui-testcases.glade Changed some names 2000-10-26 22:28:35 +00:00
ui-testcases.xml Changed some names 2000-10-26 22:28:35 +00:00
uk.po Updated Ukrainian translation 2000-12-01 16:06:00 +00:00
update.pl Install new versions of the XML-translation scripts. These now works even 2000-11-08 22:54:44 +00:00
update.sh
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.