From 72a3827ca85de447bfaf0e0b5104960b577761ab Mon Sep 17 00:00:00 2001 From: krzys-h Date: Wed, 2 Jul 2014 13:00:38 +0200 Subject: [PATCH] Don't require help files to be translated 100% before using them --- levels-i18n/scripts/02_run_po4a.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/levels-i18n/scripts/02_run_po4a.sh b/levels-i18n/scripts/02_run_po4a.sh index 96030d1c..a9811958 100755 --- a/levels-i18n/scripts/02_run_po4a.sh +++ b/levels-i18n/scripts/02_run_po4a.sh @@ -7,4 +7,4 @@ PO4A_FILE=$2 export PERLLIB=${LEVELS_I18N_PATH}/scripts/perllib -po4a -k100 -v -f $PO4A_FILE +po4a -k0 -v -f $PO4A_FILE