RT notifier: parse templates without header correctly
[openxpki.git] / trunk / i18n / README
blobc5178e4ee8c52329d5321c58408bbad5f860100f
1 This directory contains the internationalization package for OpenXPKI.
3 Usage notes:
5 Invocation
7 make scan
8   will skim through the source code, collect all I18N identifiers and
9   write them out to the message catalog openxpki.pot
11 make
12   rebuilds the machine translations (.mo files)
15 Customizing messages
17 OpenXPKI ships with a default set of translations (LANG/openxpki.po). This
18 catalog will naturally change as the project evolves.
20 If you need to modify or add translations (e. g. you do not like the
21 default translation or you have extended the system in a way that it
22 uses additional I18N tags) it is recommended not to modify openxpki.po,
23 because keeping up with changes in the project will become difficult for
24 you.
26 Instead you should generate a file <LANG>/openxpki.po.local (same format
27 as the normal .po file) in which you specifically include all additional
28 translations and all translations you would like to override.
30 If such a file is detected by the 'make' operation, it will include
31 your local changes in the machine translation file. (We do not ship
32 a sample file under version control in order to allow you to have
33 a local file that will not be overwritten by subsequent checkouts.)