Skip to content

Commit

Permalink
And again...
Browse files Browse the repository at this point in the history
  • Loading branch information
Megaflan committed Apr 26, 2020
1 parent 741cc03 commit d27ac1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Moonbeam/PO.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public XElement PO2XML(string file)
return new XElement("mbm", from entry in POBuffer.Entries
let idattr = new XAttribute("id", entry.Context)
let source = new XElement("source", entry.Original.Replace("\n", "{F801}").Replace("<empty>", ""))
let target = new XElement("target", entry.Text.Replace("\n", "{F801}").Replace("\\0", "0").Replace("<empty>", ""))
let target = new XElement("target", entry.Text.Replace("\n", "{F801}").Replace("\\\\0", "\\0").Replace("<empty>", ""))
select new XElement("entry", idattr, source, target));
}
}
Expand Down

0 comments on commit d27ac1f

Please sign in to comment.