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
This looks tricky to solve. The extraction does work a bit, so it ends up in the generated .pot file when you use rebuild-pot, but the resulting file has errors, for example like this when I try it out in the Poi domain:
Please, add support for multi-line strings.
This does not work:
This works:
_("""Line 1 """
"""Line 2"""
"""Line 3""")
And it would be nice if it works in both cases.
The text was updated successfully, but these errors were encountered: