aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/i18n.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/i18n.py')
-rw-r--r--Mailman/i18n.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/Mailman/i18n.py b/Mailman/i18n.py
index 605d4e76..f39b1004 100644
--- a/Mailman/i18n.py
+++ b/Mailman/i18n.py
@@ -123,7 +123,10 @@ else:
def C_(s):
return tolocale(_(s, 2))
-
+# marking for pygettext
+def D_(s):
+ return s
+
def ctime(date):
# Don't make these module globals since we have to do runtime translation