For exampe, localization string: ``` "someString" = "Hello %@"; ``` when used without arguments ``` PearlLocalize(@"someString"); ``` results in a crash.
For exampe, localization string:
when used without arguments
results in a crash.