Merge "Ignore <option> tags in generatepot"
This commit is contained in:
commit
e53895a7ab
@ -14,7 +14,8 @@ class myDocbookXmlMode(docbookXmlMode):
|
||||
'segmentedlist', 'simplelist', 'calloutlist', 'varlistentry', 'userinput',
|
||||
'computeroutput','prompt','command','screen']
|
||||
self.objects = [ 'figure', 'textobject', 'imageobject', 'mediaobject',
|
||||
'screenshot','literallayout', 'programlisting' ]
|
||||
'screenshot','literallayout', 'programlisting',
|
||||
'option']
|
||||
|
||||
default_mode = 'docbook'
|
||||
operation = 'pot'
|
||||
|
Loading…
Reference in New Issue
Block a user