Open SamClewlow opened 9 years ago
When extracting a strings that contains a %@ format specifier, the @ symbol is not extracted properly
@"Hello %@, thanks for looking at this"
is extracted into the localized strings file as
"Hello %, thanks for looking at this"
The "@" symbol is stripped out
When extracting a strings that contains a %@ format specifier, the @ symbol is not extracted properly
@"Hello %@, thanks for looking at this"
is extracted into the localized strings file as
"Hello %, thanks for looking at this"
The "@" symbol is stripped out