Skip to content

split/merge bugs #159

@sujato

Description

@sujato
  • when splitting, all translated text, references, and everything else should by default remain on the original segment

Currently they are appearing on the new segment, eg.:

Old:

"sn7.1:1.4": "Einmal, als sie ihrem Mann sein Essen brachte, stolperte sie und drückte dreimal dieses innige Gefühl aus: ",

The text is on segment sn7.1:1.4. But after splitting we have:

"sn7.1:1.4": "",
  "sn7.1:1.5": "Einmal, als sie ihrem Mann sein Essen brachte, stolperte sie und drückte dreimal dieses innige Gefühl aus: ",

Now the text is on segment sn7.1:1.5. It should be:

"sn7.1:1.4": "Einmal, als sie ihrem Mann sein Essen brachte, stolperte sie und drückte dreimal dieses innige Gefühl aus: ",
  "sn7.1:1.5": "",

Metadata

Metadata

Assignees

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