Skip to content

Message ending with a line end #371

@lilydjwg

Description

@lilydjwg

Say I'm translating the whole mail body or the like. The content will be one or more lines, i.e. each line has its own line end. However, I can't figure out how to write that in fluent elegantly. I can do it this way:

body = this is a line with a line end.{"\u000a"}

Or I have to take care the last line end in my program, which means I need to do something like ''.join(part + '\n' for part in parts) or content += translated + '\n' instead of ''.join(parts) or content += translated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions