diff options
Diffstat (limited to 'Master/tlpkg/translations/trans.pl')
-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; |