GetText() macro
This commit is contained in:
parent
bae8b03c6a
commit
3ee3a402b4
1 changed files with 1 additions and 0 deletions
|
@ -277,6 +277,7 @@ class Formatter(FormatterBase):
|
||||||
lookup = {
|
lookup = {
|
||||||
'BR' : '\\\\',
|
'BR' : '\\\\',
|
||||||
'MailTo' : email,
|
'MailTo' : email,
|
||||||
|
'GetText' : args,
|
||||||
}[name]
|
}[name]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
lookup = '/* UndefinedMacro: %s(%s) */' % (name, args)
|
lookup = '/* UndefinedMacro: %s(%s) */' % (name, args)
|
||||||
|
|
Loading…
Reference in a new issue