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