Skip to content

Add new line on every translation after normalize #251

@ivan-gaydamakin

Description

@ivan-gaydamakin

Problem Statement

I have file like:

"account" = "Account";
"top" = "Top";
"movie" = "Movie";

When I made "normalize" I got:

"account" = "Account";

"top" = "Top";

"movie" = "Movie";

Suggested Solution

Maybe add some param for "normalize" step, like "with_new_line=false"?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions