mc/po
Fatih Demir 1b6e973474 Updated. 2001-11-06 18:18:20 +00:00
..
.cvsignore 2001-08-17 Christian Rose <menthos@menthos.com> 2001-08-16 23:37:29 +00:00
ChangeLog Updated. 2001-11-06 18:18:20 +00:00
POTFILES.in * POTFILES.in: Remove all references to gnome files. Change 2001-08-24 18:33:22 +00:00
README.tools i18n-stuff - incl da translation 2000-07-27 11:04:45 +00:00
az.po updated Azeri and Walloon files 2001-09-27 23:45:39 +00:00
ca.po updated Catalan file 2001-10-01 14:06:42 +00:00
cs.po * configure.in: Bump version to 4.5.55. Release mc-4.5.55. 2001-08-24 08:19:47 +00:00
da.po updates 2001-10-21 00:48:00 +00:00
de.po Add hotkey for " &Command " translation. 2001-09-02 04:40:23 +00:00
desk.pl i18n-stuff - incl da translation 2000-07-27 11:04:45 +00:00
el.po * configure.in: Bump version to 4.5.55. Release mc-4.5.55. 2001-08-24 08:19:47 +00:00
es.po * es.po: Update. 2001-10-22 22:27:24 +00:00
es_ES.po * es.po: Update. 2001-10-22 22:27:24 +00:00
fi.po * configure.in: Bump version to 4.5.55. Release mc-4.5.55. 2001-08-24 08:19:47 +00:00
fr.po Updated French translation. 2001-10-25 20:32:12 +00:00
hu.po updated Hungarian file 2001-09-29 14:53:59 +00:00
it.po *** empty log message *** 2001-10-26 16:11:30 +00:00
ja.po * configure.in: Bump version to 4.5.55. Release mc-4.5.55. 2001-08-24 08:19:47 +00:00
ko.po updated 2001-09-06 01:36:24 +00:00
lv.po U 2001-11-01 21:06:24 +00:00
nl.po * configure.in: Bump version to 4.5.55. Release mc-4.5.55. 2001-08-24 08:19:47 +00:00
no.po 2001-10-08 Kjartan Maraas <kmaraas@gnome.org> 2001-10-08 20:32:36 +00:00
pl.po Updated Polish translation 2001-10-22 10:19:57 +00:00
pt_BR.po * configure.in: Bump version to 4.5.55. Release mc-4.5.55. 2001-08-24 08:19:47 +00:00
ro.po * configure.in: Bump version to 4.5.55. Release mc-4.5.55. 2001-08-24 08:19:47 +00:00
ru.po * ru.po: Update. 2001-10-12 11:30:51 +00:00
sk.po 2001-10-24 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> 2001-10-24 11:12:24 +00:00
sl.po Updated Slovenian translation 2001-09-22 23:57:36 +00:00
sv.po 2001-10-24 Christian Rose <menthos@menthos.com> 2001-10-24 13:11:48 +00:00
ta.po * configure.in: Bump version to 4.5.55. Release mc-4.5.55. 2001-08-24 08:19:47 +00:00
tr.po Updated. 2001-11-06 18:18:20 +00:00
uk.po * configure.in: Bump version to 4.5.55. Release mc-4.5.55. 2001-08-24 08:19:47 +00:00
update.pl * update.pl: When using `--maintain' only scan ordinary files. 2001-06-07 16:13:29 +00:00
update.sh Updated russian translation and update.sh. 2000-05-15 19:12:55 +00:00
wa.po updated Azeri and Walloon files 2001-09-27 23:45:39 +00:00
zh_CN.GB2312.po * configure.in: Bump version to 4.5.55. Release mc-4.5.55. 2001-08-24 08:19:47 +00:00
zh_TW.po Rename zh_TW.Big5 -> zh_TW, to prevent future encoding naming problem. 2001-09-01 19:56:19 +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.