blob: 41d052d3967b6983eb8a4181d1679463f10cac0c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
The module contains some utility scripts and assorted auto* magic for
internationalizing various kinds of XML files.
* Features
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.
|