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
registration_title = Registration
registration_description_1 = You don't have a playable character yet. Let's create one!
Answer the questions that come up.
**What's your favorite playstyle?**
registration_choose_an_answer = Choose an answer
The problem arises from the usage of * at the start of a non-first line of a multiline string. If i place a * at the beginning of Answer ... the error moves there, and if i remove all * from the start the error disappears.
If so, what would be the correct way to include *s at the start of a multiline string? Put them as { "*" }? And also, python-fluent works with the example l10n just fine. Is such disrepancy in behavior considered an implementation bug?
The problem arises from the usage of
*
at the start of a non-first line of a multiline string. If i place a*
at the beginning ofAnswer ...
the error moves there, and if i remove all*
from the start the error disappears.Reproducible on Fluent Playground
The text was updated successfully, but these errors were encountered: