From bb1897349e397f3a311134c389bb6f5e56b08842 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 30 Apr 2015 11:37:20 -0300 Subject: [PATCH] Bug 7939: (QA followup) make the koha-translate script test the new filenames The debian/scripts/koha-translate script was still testing for the old naming schema files. I also made sure all files are tested, to warn the user if any of them is absent. Signed-off-by: Tomas Cohen Arazi --- debian/scripts/koha-translate | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/scripts/koha-translate b/debian/scripts/koha-translate index 0d978a3479..23c51df805 100755 --- a/debian/scripts/koha-translate +++ b/debian/scripts/koha-translate @@ -169,8 +169,13 @@ check_lang_po_files() { lang=$1 - po_files="$PO_DIR/$lang-opac-bootstrap.po - $PO_DIR/$lang-pref.po" + po_files="$PO_DIR/$lang-marc-MARC21.po + $PO_DIR/$lang-marc-NORMARC.po + $PO_DIR/$lang-marc-UNIMARC.po + $PO_DIR/$lang-opac-bootstrap.po + $PO_DIR/$lang-pref.po + $PO_DIR/$lang-staff-help.po + $PO_DIR/$lang-staff-prog.po" if [ "$lang" != "" ]; then -- 2.20.1