Teach Localization-parser how to espace "
This commit is contained in:
parent
3d1634dcfb
commit
fe9ed96615
|
@ -53,7 +53,7 @@ extension Parser {
|
|||
].joined()
|
||||
let value = [
|
||||
"\"",
|
||||
pair.value.replacingOccurrences(of: "%s", with: "%@"),
|
||||
pair.value.replacingOccurrences(of: "%s", with: "%@").replacingOccurrences(of: "\"", with: "\\\""),
|
||||
"\""
|
||||
].joined()
|
||||
let line = [
|
||||
|
|
Loading…
Reference in New Issue