Pavel Roskin 9c1b6f52bd Update from David Martn <dmartina@excite.com> 22 лет назад
..
.cvsignore 788caa060f Add remove-potcdate.sed 22 лет назад
ChangeLog 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
Makevars 37d5e7abc7 * po/Makevars: New file for compatibility with gettext 0.11.x. 22 лет назад
POTFILES.in 2f1343ab2d Regenerated by update.pl. 22 лет назад
README.tools 65e49d7e94 i18n-stuff - incl da translation 24 лет назад
az.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
be.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
bg.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
ca.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
cs.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
da.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
de.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
desk.pl 65e49d7e94 i18n-stuff - incl da translation 24 лет назад
el.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
es.po 9c1b6f52bd Update from David Martn <dmartina@excite.com> 22 лет назад
es_ES.po 9c1b6f52bd Update from David Martn <dmartina@excite.com> 22 лет назад
eu.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
fi.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
fr.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
hu.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
it.po 7eb25898cd last fuzzy translated... 22 лет назад
ja.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
ko.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
lv.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
nl.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
no.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
pl.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
pt.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
pt_BR.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
ro.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
ru.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
sk.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
sl.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
sv.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
ta.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
tr.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
uk.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
update.pl 566339a1cc Allow spaces between "_" and "(". 22 лет назад
update.sh 02338e7438 Updated russian translation and update.sh. 25 лет назад
wa.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
zh_CN.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад
zh_TW.po 4a028e35c1 * *.po: Remove unused translations, there is too much stuff left 22 лет назад

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.