gtk/po
2000-11-10 23:19:54 +00:00
..
.cvsignore Remove conftest* after use along the lines of AC_TRY_COMPILE. 2000-09-05 14:07:55 +00:00
ca.po some sort of line number changes to .po files that make performed, dunno 2000-08-11 02:56:24 +00:00
ChangeLog Module name has changed for gtk20. 2000-11-10 23:19:54 +00:00
cs.po some sort of line number changes to .po files that make performed, dunno 2000-08-11 02:56:24 +00:00
da.po Translations from Keld 2000-11-04 17:32:05 +00:00
de.po some sort of line number changes to .po files that make performed, dunno 2000-08-11 02:56:24 +00:00
desk.pl i18n stuff 2000-07-27 12:05:21 +00:00
el.po some sort of line number changes to .po files that make performed, dunno 2000-08-11 02:56:24 +00:00
en_GB.po Added translations for British, English (Phonetic), and Interlingua. 2000-10-27 01:26:06 +00:00
en@IPA.po Added translations for British, English (Phonetic), and Interlingua. 2000-10-27 01:26:06 +00:00
es.po some sort of line number changes to .po files that make performed, dunno 2000-08-11 02:56:24 +00:00
et.po some sort of line number changes to .po files that make performed, dunno 2000-08-11 02:56:24 +00:00
eu.po some sort of line number changes to .po files that make performed, dunno 2000-08-11 02:56:24 +00:00
fa.po Check for bind_textdomain_codeset 2000-10-22 13:00:13 +00:00
fi.po Updated Finnish translation 2000-11-09 11:00:05 +00:00
fr.po Updated French translation. 2000-10-10 12:57:48 +00:00
ga.po Update to translations. 2000-09-09 03:07:24 +00:00
gl.po some sort of line number changes to .po files that make performed, dunno 2000-08-11 02:56:24 +00:00
he.po s/utf-8/UTF-8/ 2000-10-30 22:43:49 +00:00
hr.po some sort of line number changes to .po files that make performed, dunno 2000-08-11 02:56:24 +00:00
hu.po Updated Hungarian translation 2000-11-08 10:21:10 +00:00
ia.po Added translations for British, English (Phonetic), and Interlingua. 2000-10-27 01:26:06 +00:00
it.po Updated Italian translation 2000-10-24 13:58:13 +00:00
ja.po ja.po: Update Japanese translation. 2000-10-06 06:49:46 +00:00
ko.po some sort of line number changes to .po files that make performed, dunno 2000-08-11 02:56:24 +00:00
lt.po some sort of line number changes to .po files that make performed, dunno 2000-08-11 02:56:24 +00:00
makefile.mingw Add en@IPA and ia. 2000-10-28 17:32:26 +00:00
nl.po some sort of line number changes to .po files that make performed, dunno 2000-08-11 02:56:24 +00:00
no.po some sort of line number changes to .po files that make performed, dunno 2000-08-11 02:56:24 +00:00
pl.po Updated Polish translation 2000-10-30 14:15:45 +00:00
POTFILES.in Added translations for British, English (Phonetic), and Interlingua. 2000-10-27 01:26:06 +00:00
pt_BR.po Updating some pt_BR translations. (Update-Gnome.sh script) 2000-10-30 13:07:36 +00:00
pt.po some sort of line number changes to .po files that make performed, dunno 2000-08-11 02:56:24 +00:00
README.tools i18n stuff 2000-07-27 12:05:21 +00:00
ro.po some sort of line number changes to .po files that make performed, dunno 2000-08-11 02:56:24 +00:00
ru.po Updated russian translation. 2000-10-30 21:20:30 +00:00
sk.po some sort of line number changes to .po files that make performed, dunno 2000-08-11 02:56:24 +00:00
sl.po Updated Slovenian translation 2000-08-20 10:16:05 +00:00
sp.po some sort of line number changes to .po files that make performed, dunno 2000-08-11 02:56:24 +00:00
sr.po some sort of line number changes to .po files that make performed, dunno 2000-08-11 02:56:24 +00:00
sv.po Updated Swedish translation. 2000-10-19 12:59:03 +00:00
tr.po Updated the tr.po for Gtk+ 2000-10-13 19:46:37 +00:00
uk.po Updated Ukrainian translation 2000-08-14 14:43:56 +00:00
update.pl Module name has changed for gtk20. 2000-11-10 23:19:54 +00:00
update.sh Updated russian translation and update.sh. 2000-05-23 17:18:04 +00:00
wa.po some sort of line number changes to .po files that make performed, dunno 2000-08-11 02:56:24 +00:00
zh_CN.GB2312.po some sort of line number changes to .po files that make performed, dunno 2000-08-11 02:56:24 +00:00
zh_TW.Big5.po zh_TW po update 2000-10-26 08:38:48 +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.