I\'m trying to include the internationalization of my application, and only for testing purposes I added a simple line in the file Localizable.string.
This is my whole f
In my case, it was like this:
/* Comment for Very Long Sentence */
"Very Long Sentence Very Long Sentence Very Long Sentence Very Long Sentence " =;
"Very Long Sentence Very Long Sentence Very Long Sentence Very Long Sentence ";
(Notice the ' = ; ' instead of ' = ' at the end of the first line)
Hope it helps someone...