From 3ee3a402b4068c20b233398d9dcaa2ab79933724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 17 Sep 2012 00:34:39 +0200 Subject: [PATCH] GetText() macro --- text_dokuwiki.py | 1 + 1 file changed, 1 insertion(+) diff --git a/text_dokuwiki.py b/text_dokuwiki.py index 28dee32..f2ea54d 100644 --- a/text_dokuwiki.py +++ b/text_dokuwiki.py @@ -277,6 +277,7 @@ class Formatter(FormatterBase): lookup = { 'BR' : '\\\\', 'MailTo' : email, + 'GetText' : args, }[name] except KeyError: lookup = '/* UndefinedMacro: %s(%s) */' % (name, args)