From 8858b8506969f53e81c945a257ceef644fb04e90 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Mon, 12 Mar 2018 07:41:43 +0000 Subject: [PATCH] Make life easier for translators when translating image references. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ebedadf..c179a3c 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,11 @@ $(SOURCE).md: $(SOURCE).odt fixup.rb pot: po/mwcc.pot po/*/mwcc.po po/mwcc.pot: $(SOURCE).xml TEMP=`tempfile -p mwcc` && \ - po4a-gettextize -f docbook -m $(SOURCE).xml -p $$TEMP -M utf-8 --package-name 'Made with Creative Commons' --package-version $(VERSION) && \ + po4a-gettextize -f docbook -m $(SOURCE).xml -p $$TEMP -M utf-8 \ + -o nodefault="" \ + -o untranslated="" \ + --package-name 'Made with Creative Commons' \ + --package-version $(VERSION) && \ echo '# MADE WITH CREATIVE COMMONS' > $@ && \ echo '# Copyright (C) 2017 by Creative Commons.' >> $@ && \ echo '# This file is published under a Creative Commons Attribution-ShareAlike license (CC BY-SA), version 4.0' >> $@ && \ -- 2.47.2