From f8d6bcc2c18e6a3d857dd99be24084c6488590c4 Mon Sep 17 00:00:00 2001 From: Yasuhito FUTATSUKI at POEM Date: Sat, 16 Jun 2018 02:46:52 +0900 Subject: enhance i18n in admin(un)?subscribeack messages --- messages/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'messages') diff --git a/messages/Makefile.in b/messages/Makefile.in index 486f4eea..dcc87146 100644 --- a/messages/Makefile.in +++ b/messages/Makefile.in @@ -139,7 +139,7 @@ docstring.files: potfile: marked.files docstring.files @echo "Running pygettext on $@; this make take a while." - (cd ..; $(PROG) -k C_ -p messages -d mailman -D -X messages/marked.files `cat messages/marked.files messages/docstring.files`) + (cd ..; $(PROG) -k C_ -k D_ -p messages -d mailman -D -X messages/marked.files `cat messages/marked.files messages/docstring.files`) # Update the individual mailman.po files with the new changes to the # .pot file -- cgit v1.2.3