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 = {
|
||||
'BR' : '\\\\',
|
||||
'MailTo' : email,
|
||||
'GetText' : args,
|
||||
}[name]
|
||||
except KeyError:
|
||||
lookup = '/* UndefinedMacro: %s(%s) */' % (name, args)
|
||||
|
|
Loading…
Reference in a new issue