openbsd-ports/textproc/intltool/pkg/DESCR
ajacoutot fde9befe20 - update intltool to version 0.40.0
- use x11/gnome MODULE
- tweak DESCR

tested on a bulk build by bernd@, thank you!
2008-06-09 16:21:03 +00:00

12 lines
565 B
Plaintext

The intltool package is a set of tools for translating the contents of
data files using the gettext translation framework.
The intltool collection can be used to do these things:
* Extract translatable strings from various source files (.xml.in,
.glade, .desktop.in, .server.in, .oaf.in).
* Collect the extracted strings together with messages from traditional
source files (.c, .h) in po/$(PACKAGE).pot.
* Merge back the translations from .po files into .xml, .desktop and
.oaf files. This merge step will happen at build resp. installation
time.