-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Remove and tidy lint against rust str escape characters in ftl files #109686
Copy link
Copy link
Closed
Labels
A-translationArea: Translation infrastructure, and migrating existing diagnostics to SessionDiagnosticArea: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
Description
From #109677:
using \n in the messages.ftl file doesn't work
Grepping turns up multiple \n characters in the ftl files. These don't work in fluent however, instead you are supposed to do newlines directly. There should be a tidy lint that forbids such characters, as it's a easy mistake to do during porting. I also see \" escapes that seem not legit.
@rustbot label A-translation
cc @davidtwco
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-translationArea: Translation infrastructure, and migrating existing diagnostics to SessionDiagnosticArea: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
Type
Fields
Give feedbackNo fields configured for issues without a type.