gramps/gramps/gui/plug/report
Nick Hall cc7ca7ff99 Support msgctxt in po files instead of a vertical bar in the msgid
For developers, an extra optional context parameter has been
added to the gettext functions. For example, _('point size|pt')
should now be written as _('pt', 'point size').

For translators this would appear in the message catalog as:

msgctxt "point size"
msgid "pt"
msgstr "pt"

Implements #3416.
2020-09-21 22:03:43 +01:00
..
__init__.py
_bookdialog.py Replace _2BUTTON_PRESS by DOUBLE_BUTTON_PRESS 2019-05-12 06:59:10 +01:00
_docreportdialog.py Fix 'Generate Book' dialog for bad transient parent 2018-01-26 22:44:02 +00:00
_drawreportdialog.py Replace GRAMPS with Gramps in comments 2015-09-07 21:58:52 +01:00
_fileentry.py Fix deprecation of Gtk positional arguments 2019-10-05 17:17:54 +01:00
_graphreportdialog.py Add support for new genealogy tree report category 2018-01-26 22:24:29 +00:00
_graphvizreportdialog.py Add support for new genealogy tree report category 2018-01-26 22:24:29 +00:00
_papermenu.py Support msgctxt in po files instead of a vertical bar in the msgid 2020-09-21 22:03:43 +01:00
_reportdialog.py Allow addon Reports to specify a help button URL for options dialog 2018-12-18 14:21:30 +00:00
_stylecombobox.py Tidy up Gtk constructors 2015-09-07 21:43:13 +01:00
_styleeditor.py Support msgctxt in po files instead of a vertical bar in the msgid 2020-09-21 22:03:43 +01:00
_textreportdialog.py Replace GRAMPS with Gramps in comments 2015-09-07 21:58:52 +01:00
_treereportdialog.py Add support for new genealogy tree report category 2018-01-26 22:24:29 +00:00
_webreportdialog.py Replace GRAMPS with Gramps in comments 2015-09-07 21:58:52 +01:00