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
..
2020-08-23 09:38:15 -05:00
2020-08-23 09:38:15 -05:00
2020-08-23 09:38:15 -05:00
2020-08-23 09:38:15 -05:00
2020-08-23 09:38:15 -05:00
2020-08-23 09:38:15 -05:00
2020-09-15 16:59:43 +01:00