2001-01-19 19:11:08 +01:00
|
|
|
The module contains some utility scripts and assorted auto* magic for
|
2001-10-21 20:37:14 +02:00
|
|
|
internationalizing various kinds of XML files.
|
2001-01-19 19:11:08 +01:00
|
|
|
|
|
|
|
* Features
|
|
|
|
|
2001-10-21 20:37:14 +02:00
|
|
|
o Extract translatable strings from various source files (.xml.in,
|
|
|
|
.glade, .desktop.in, .server.in, .oaf.in).
|
|
|
|
|
|
|
|
o Collect the extracted strings together with messages from traditional
|
|
|
|
source files (.c, .h) in po/$(PACKAGE).pot.
|
|
|
|
|
|
|
|
o Merge back the translations from .po files into .xml, .desktop and
|
|
|
|
.oaf files. This merge step will happen at build resp. installation
|
|
|
|
time.
|
2001-01-19 19:11:08 +01:00
|
|
|
|
|
|
|
WWW: http://www.gnome.org/
|