viniciusmo / extract-localizable-string-plugin-xcode

Xcode plugin for quickly creating localized strings
219 stars 35 forks source link

@ symbol is not exported properly when extracting strings that contain a "%@" format specifier. #23

Open SamClewlow opened 9 years ago

SamClewlow commented 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