gramps/gramps/gui/plug
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
..
export Merge branch 'gramps51' 2020-08-23 09:38:15 -05:00
quick Support msgctxt in po files instead of a vertical bar in the msgid 2020-09-21 22:03:43 +01:00
report Support msgctxt in po files instead of a vertical bar in the msgid 2020-09-21 22:03:43 +01:00
__init__.py Update FSF address to current location. 2014-08-08 19:39:45 -07:00
_dialogs.py Remove extraneous whitespace before assignment 2019-05-12 10:21:16 +01:00
_guioptions.py Merge branch 'gramps51' 2020-08-23 09:38:15 -05:00
_windows.py Merge branch 'gramps51' 2020-08-23 09:38:15 -05:00
tool.py Add filter progress to sort events tool 2017-01-26 22:36:54 +00:00