mirror of https://github.com/Gnucash/gnucash
Q_('ctxt|msg') expands to g_dpgettext(NULL, 'ctxt|msg',0) and should be
interpreted as a message with message context. According to
https://www.gnu.org/software/gettext/manual/gettext.html#Language-specific-options
this glib extension is supported using the 'g' suffix to the keyword spec.
This was missing in our xgettext invocation.
pull/578/head
parent
d35ebd15f2
commit
d30fe7a365
Loading…
Reference in new issue