* src/const.py.in: Add notes_formats list.
* src/RelLib.py: Support format for the notes. * src/WriteXML.py: Support format for the notes. * src/GrampsParser.py: Support format for the notes. svn: r2492
This commit is contained in:
@@ -976,3 +976,8 @@ InverseNameTypesMap = {
|
||||
}
|
||||
|
||||
logical_functions = ['or', 'and', 'xor', 'one']
|
||||
|
||||
notes_formats = [
|
||||
_("Flowed"),
|
||||
_("Preformatted"),
|
||||
]
|
||||
|
Reference in New Issue
Block a user