diff options
author | Norbert Preining <preining@logic.at> | 2009-08-10 23:10:26 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-08-10 23:10:26 +0000 |
commit | e4bd54798270bd1a90ea68a403c80949c8576515 (patch) | |
tree | 20e5ebebdd4b099369217379da18ca456f32241e | |
parent | a4eb58cb6a523c9fc36caa8e7c25ea5f2e638c69 (diff) |
add a short explanation to trans.pl
git-svn-id: svn://tug.org/texlive/trunk@14612 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/translations/trans.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/tlpkg/translations/trans.pl b/Master/tlpkg/translations/trans.pl index 4a66e781c41..40cf1926528 100644 --- a/Master/tlpkg/translations/trans.pl +++ b/Master/tlpkg/translations/trans.pl @@ -10,6 +10,12 @@ # if $::lang is unset try to auto-deduce it from LC_MESSAGES/Registry # if $::opt_lang is set use that instead # +# this module implements parsing .po files, but no specialities of .po +# files are supported. Only reading of msgstr and msgid and concatenating +# multiple lines. Furthermore, strings replacements are done: +# \n -> <newline> +# \" -> " +# use strict; $^W = 1; |