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)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 04:26:00 +0000 (04:26 +0000)
commit75bd34df7acba7b20bc7981f2484e79e19032d4a
treedfa1eae2dee6b7764b6a45d52c56885c65118cda
parent114f3dd49998be21643f83bec644f9837c6bdecc
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>
C4/Installer/PerlDependencies.pm
misc/translator/LangInstaller.pm