Yuri Syrota 6f44fd1128 Updated Ukrainian translation 23 years ago
..
.cvsignore e8163eaa73 2001-08-17 Christian Rose <menthos@menthos.com> 23 years ago
ChangeLog 3b97dbab7a 2002-03-03 Kjartan Maraas <kmaraas@gnome.org> 23 years ago
POTFILES.in 059476bd40 2002-01-21 Christian Rose <menthos@menthos.com> 23 years ago
README.tools 65e49d7e94 i18n-stuff - incl da translation 24 years ago
az.po f301212d85 updated Azeri and Walloon files 23 years ago
bg.po 8277cd40c2 Added Bulgarian translation. 23 years ago
ca.po 863e59949a updated Catalan file 23 years ago
cs.po da1c8711db czech translation update 23 years ago
da.po 857cfacc37 updates 23 years ago
de.po c3d4f02c1f Updated German translation. 23 years ago
desk.pl 65e49d7e94 i18n-stuff - incl da translation 24 years ago
el.po 8a404f4cb0 * configure.in: Bump version to 4.5.55. Release mc-4.5.55. 23 years ago
es.po 4290d93939 Update from David Martin <dmartina@excite.com> 23 years ago
es_ES.po 4290d93939 Update from David Martin <dmartina@excite.com> 23 years ago
eu.po 50f4f7cb8e updated Basque file 23 years ago
fi.po 8a404f4cb0 * configure.in: Bump version to 4.5.55. Release mc-4.5.55. 23 years ago
fr.po da7a8d0ec9 Updated French translation. 23 years ago
hu.po 36a8857898 updated Hungarian file 23 years ago
it.po 93f18d3e24 *** empty log message *** 23 years ago
ja.po a66ebf971e 2001-12-20 Akira TAGOH <tagoh@gnome.gr.jp> 23 years ago
ko.po 3759bf2d36 updated 23 years ago
lv.po 848c8860e1 U 23 years ago
nl.po 0a523b319a 2002-01-23 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> 23 years ago
no.po 3b97dbab7a 2002-03-03 Kjartan Maraas <kmaraas@gnome.org> 23 years ago
pl.po 8f3159618d Updated Polish translation 23 years ago
pt.po c6b7945115 2002-02-10 Duarte Loreto <happyguy_pt@hotmail.com> 23 years ago
pt_BR.po 8a404f4cb0 * configure.in: Bump version to 4.5.55. Release mc-4.5.55. 23 years ago
ro.po 8a404f4cb0 * configure.in: Bump version to 4.5.55. Release mc-4.5.55. 23 years ago
ru.po a634305c3f * ru.po: Adjust changes in vfs/ftpfs.c and vfs/vfs.c. 23 years ago
sk.po 6c4fd4c044 2002-02-26 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> 23 years ago
sl.po 8b28d654ae Updated Slovenian translation 23 years ago
sv.po 590d5d6cf7 2002-02-09 Christian Rose <menthos@menthos.com> 23 years ago
ta.po 8a404f4cb0 * configure.in: Bump version to 4.5.55. Release mc-4.5.55. 23 years ago
tr.po 1b6e973474 Updated. 23 years ago
uk.po 6f44fd1128 Updated Ukrainian translation 23 years ago
update.pl f76fdaf75a * update.pl: When using `--maintain' only scan ordinary files. 24 years ago
update.sh 02338e7438 Updated russian translation and update.sh. 25 years ago
wa.po f301212d85 updated Azeri and Walloon files 23 years ago
zh_CN.po fecb7b30a1 *** empty log message *** 23 years ago
zh_TW.po aee005a154 Rename zh_TW.Big5 -> zh_TW, to prevent future encoding naming problem. 23 years ago

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.