Open pronebird opened 5 years ago
Hi, as stated in the wiki, multiline comments are currently not supported. I will look into adding this feature with the next release.
In the meantime, as a workaround you could use multiple single line comments:
// TRANSLATORS: Line 1
// TRANSLATORS: Line 2
pgettext('context', 'key')
Hi,
Trying to extract the multine comment that goes as this:
Using the following options for
comments
:It works for single line comments but not for multiline ones. Any idea how to tackle this?
Same happens if I remove the
regex
option and only leave theotherLineLeading: true