From: Petter Reinholdtsen Date: Mon, 12 Mar 2018 07:41:43 +0000 (+0000) Subject: Make life easier for translators when translating image references. X-Git-Tag: es-printed~261 X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/commitdiff_plain/8858b8506969f53e81c945a257ceef644fb04e90?hp=7d1bdd32237ddea9b670c8699ccb337541dab80b Make life easier for translators when translating image references. --- 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' >> $@ && \