Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 119
Wrong quotes handling #46
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
When a translation contains escaped quotes in the string file, like
"key" = "some \"quoted\" text";it is presented in the UI assome \"quoted\" textbut then saved using additional escaping as"key" = "some \\"quoted\\" text";which results in a build error in Xcode.