-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
xgettext output:
#: standard input:49
msgctxt ""
"hello world hello world hello world hello world hello world hello world hello world"
"hello world hello world"
msgid "inviting friends"
msgstr ""
Parsed output:
{
msgid: 'inviting friends',
msgctxt: '',
references: [Object],
msgid_plural: null,
msgstr: [Object],
comments: [],
extractedComments: [],
flags: {},
obsolete: false
}
It appears as though we need to add a context = 'msgctxt';
when we're on a msgctxt line, and then add another conditional to // Probably multiline string or blank
. Since this is not typical usage of context (very large string), I thought it might be better to discuss first.
Metadata
Metadata
Assignees
Labels
No labels