From 20bb1c11057cb003bcb9a0804109d9fdd8b01769 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Thu, 22 Sep 2011 18:29:41 -0600 Subject: [PATCH] Workaround: disable translation of error-details.txt po2txt was translating sub-strings inside name: fields. This is a TEMPORARY measure to prevent breakign any more installations. --- errors/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors/Makefile.am b/errors/Makefile.am index a8fdc90303..910789f0fb 100644 --- a/errors/Makefile.am +++ b/errors/Makefile.am @@ -49,8 +49,8 @@ NOTIDY=`$(PO2HTML) --help | grep -o "\-\-notidy"` for f in $(ERROR_TEMPLATES); do \ page=`basename $$f`; \ $(PO2HTML) $(NOTIDY) --progress=none -i $(top_srcdir)/errors/$$lang.po -t $(top_srcdir)/errors/$$f >$(top_builddir)/errors/$$lang/$$page || exit 1; \ + cp $(top_srcdir)/errors/templates/error-details.txt $(top_builddir)/errors/$$lang/error-details.txt || exit 1; \ done; \ - $(PO2TEXT) -t $(top_srcdir)/errors/templates/error-details.txt -i $(top_srcdir)/errors/$$lang.po > $(top_builddir)/errors/$$lang/error-details.txt || exit 1; \ echo "done."; \ fi; \ touch $@ -- 2.47.3