PO4A: don't break messages across lines in *.po files

dev-hd-graphics
Piotr Dziwinski 2014-09-20 22:29:49 +02:00
parent 526db5373c
commit f528cf570d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ if [ -n "$VERBOSE" ]; then
else
verbosity="-q"
fi
PERL5LIB="${SCRIPT_DIR}/perllib${PERL5LIB+:}$PERL5LIB" po4a -k0 $verbosity -f "$PO4A_FILE"
PERL5LIB="${SCRIPT_DIR}/perllib${PERL5LIB+:}$PERL5LIB" po4a -k0 $verbosity -f "$PO4A_FILE" --msgmerge-opt --no-wrap
IFS=':' read -a source_files_array <<< "$SOURCE_FILES"
IFS=':' read -a output_files_array <<< "$OUTPUT_FILES"