From d7e1a1889f771cb8f9fbca3914080037db34adca Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 7 Jan 2017 23:50:39 +0000 Subject: Fix build when starting creating xml files with a non-translated po file, e.g. gpl.xml. Closes: #850232 --- scripts/create_xml | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/create_xml b/scripts/create_xml index a9bd007b0..3364254a9 100755 --- a/scripts/create_xml +++ b/scripts/create_xml @@ -62,6 +62,7 @@ for ORIGXML in `find $SOURCEDIR -name "*.xml"` ; do msgattrib \ --translated \ --no-fuzzy \ + --force-po \ --output-file="/tmp/tmp.po2.$$" \ "/tmp/tmp.po.$$" \ ; -- cgit v1.2.3