Inside the Localizable.strings file, if I add the escape character ", the file fails the building process.
For example:
"Now open ""Phone"" application" = "Maintenant ouvert ""Téléphone"" application";
I get an error due to this line. If commented out, it works just fine.
You have to escape the quote marks with a backslash:
"Now open \"Phone\" application" = "Maintenant ouvert \"Téléphone\" application";
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With