You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_("Context|Message") should show up as Message as source text and Context as context, but it shows up as Context|Message as source text and no context.
The text was updated successfully, but these errors were encountered:
Jogge
changed the title
GNOME glib syntax does not work for static translation message in C#
GNOME glib syntax does not work for static translation methods in C#
Feb 20, 2019
xgettext supports this (kind-a) out of the box, just use the option -k_:0g when invoking xgettext. (It will give anoying warnings when you forget to specify a context)
However, as you point out the static translation methods in this library doesn't detect the | as a context separator. And it would be awesome if it did.
_("Context|Message")
should show up asMessage
as source text andContext
as context, but it shows up asContext|Message
as source text and no context.Related to #22
The text was updated successfully, but these errors were encountered: