]> git.koha-community.org Git - koha.git/commit
Bug 8044: (follow-up) fix warning and error messages in translate.pl
authorJulian Maurice <julian.maurice@biblibre.com>
Mon, 20 Aug 2012 08:55:50 +0000 (10:55 +0200)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 1 Aug 2014 13:52:09 +0000 (15:52 +0200)
commitd440e51758acad905cf002f23e7994b1a112d877
treec32f23bf34faaf57737c08571754cedbe1924e27
parentf05d933bf9deb0a999dba5550a22debeca068d30
Bug 8044: (follow-up) fix warning and error messages in translate.pl

CHARSET is now automatically replaced by UTF-8, and 'update' creates the
PO file if it does not exist.

Also do not try to create PO files if POT file creation failed (when
there is no messages to translate for example).

+ add some verbosity
+ add Locale::Maketext and Locale::Maketext::Lexicon to Koha
dependencies

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 75bd34df7acba7b20bc7981f2484e79e19032d4a)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Conflicts:
C4/Installer/PerlDependencies.pm
C4/Installer/PerlDependencies.pm
misc/translator/LangInstaller.pm