nautilus/po
Mathieu Lacage ad1eee7d4f chuuuut
2000-11-07 00:14:02 +00:00
..
.cvsignore chuuuut 2000-11-07 00:14:02 +00:00
ca.po Added Catalan language file 2000-09-28 18:46:13 +00:00
ChangeLog Updated. 2000-11-06 22:29:54 +00:00
da.po Translations from Keld 2000-11-04 16:28:06 +00:00
de.po Updated. 2000-11-06 22:29:54 +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 More Spanish updates... 2000-11-05 13:00:27 +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 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 update ko.po for nautilus 2000-11-02 17:07:45 +00:00
Makefile.i18npatch Install new versions of the XML-translation scripts from 2000-11-06 22:20:21 +00:00
nl.po Add Dutch translation. 2000-11-04 15:01:55 +00:00
no.po Updated Norwegian (bokmål) translation. 2000-11-02 23:39:28 +00:00
pl.po Updated Polish translation 2000-11-04 21:39:11 +00:00
POTFILES.ignore i18n fixes 2000-07-27 20:00:04 +00:00
POTFILES.in Started new approach 2000-10-30 20:32:58 +00:00
pt_BR.po Updating some pt_BR translations. (Update-Gnome.sh script) 2000-10-30 13:07:42 +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-11-04 10:22:55 +00:00
sv.po Updated Swedish translation. 2000-11-06 02:23:52 +00:00
tr.po Updated the tr.po gain. hehe. 2000-08-05 08:47:11 +00:00
ui-extract.pl Install new versions of the XML-translation scripts from 2000-11-06 22:20:21 +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-11-06 14:35:34 +00:00
update.pl Install new versions of the XML-translation scripts from 2000-11-06 22:20:21 +00:00
update.sh Updated russian translation and update.sh. 2000-05-22 18:03:18 +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.