--- install_misc/debian.packages | 1 + misc/translator/translator_doc.html | 4 ++++ misc/translator/translator_doc.txt | 3 +++ 3 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/install_misc/debian.packages b/install_misc/debian.packages index 14efff6..9f94dea 100644 --- a/install_misc/debian.packages +++ b/install_misc/debian.packages @@ -6,6 +6,7 @@ libgcrypt11 install libgcrypt11-dev install make install gcc install +gettext install mysql-server install libcgi-session-perl install libclass-factory-util-perl install diff --git a/misc/translator/translator_doc.html b/misc/translator/translator_doc.html index e9f81ad..d960e3e 100644 --- a/misc/translator/translator_doc.html +++ b/misc/translator/translator_doc.html @@ -20,6 +20,10 @@ It's composed of 2 scripts Call tmpl_process3.pl --help to get a more detailed explanation. Some additional explanations are also available by calling perldoc tmpl_process3.pl. +<p> +<b>Warning:</b> Those scripts relie upon 'gettext' set of tools. On Debian +it is included in 'gettext' package. +</p> <h2>HOW TO TRANSLATE Koha: <br>=====================</h2> diff --git a/misc/translator/translator_doc.txt b/misc/translator/translator_doc.txt index 0322fbd..67e0180 100644 --- a/misc/translator/translator_doc.txt +++ b/misc/translator/translator_doc.txt @@ -15,6 +15,9 @@ This transation tool should greatly help Koha translators. It's composed of Call tmpl_process3.pl --help to get a more detailed explanation. Some additional explanations are also available by calling perldoc tmpl_process3.pl. +Warning: Those scripts relie upon 'gettext' set of tools. On Debian + it is included in 'gettext' package. + HOW TO TRANSLATE Koha: ===================== -- 1.5.5.GIT _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
