Skip to content

Windows newline not handled correctly at generation #2

@waliens

Description

@waliens

It seems that the client does not handle correctly windows newline \r\n.
Indeed for this translations file:

key,en,fr
and,and,
or,or,

The file generated file for french is named fr.i18n.json (square being the \r)

{
  "and": "\r",
  "or": "\r"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions