<<

NAME

tmpl_process3.pl - Alternative version of tmpl_process.pl using gettext-compatible translation files

SYNOPSIS

./tmpl_process3.pl [ tmpl_process.pl options ]

DESCRIPTION

This is an alternative version of the tmpl_process.pl script, using standard gettext-style PO files. While there still might be changes made to the way it extracts strings, at this moment it should be stable enough for general use; it is already being used for the Chinese and Polish translations.

Currently, the create, update, and install actions have all been reimplemented and seem to work.

Features

-

Translation files in standard Uniforum PO format. All standard tools including all gettext tools, plus PO file editors like kbabel(1) etc. can be used.

-

Minor changes in whitespace in source templates do not generally require strings to be re-translated.

-

Able to handle <TMPL_VAR> variables in the templates; <TMPL_VAR> variables are usually extracted in proper context, represented by a short %s placeholder.

-

Able to handle text input and radio button INPUT elements in the templates; these INPUT elements are also usually extracted in proper context, represented by a short %S or %p placeholder.

-

Automatic comments in the generated PO files to provide even more context (line numbers, and the names and types of the variables).

-

The %n$s (or %n$p, etc.) notation can be used for change the ordering of the variables, if such a reordering is required for correct translation.

-

If a particular <TMPL_VAR> should not appear in the translation, it can be suppressed with the %0.0s notation.

-

Using the PO format also means translators can add their own comments in the translation files, if necessary.

NOTES

Anchors are represented by an <An> notation. The meaning of this non-standard notation might not be obvious.

BUGS

This script may not work in Windows.

There are probably some other bugs too, since this has not been tested very much.

SEE ALSO

TmplTokenizer.pm, Locale::PO(3),

<<