ruslanskorb / RSKImageCropper

An image cropper / photo cropper for iOS like in the Contacts app with support for landscape orientation.
MIT License
2.45k stars 471 forks source link

Localisation is not working #227

Closed Wassmd closed 3 years ago

Wassmd commented 3 years ago

I added the framework using SPM. "Move and Scale", Cancel, and choose are not localised

On break point: NSString *stringsBundlePath = [bundleForClass pathForResource:@"RSKImageCropperStrings" ofType:@"bundle"];

stringsBundlePath is nil

Screen Shot 2020-12-11 at 13 01 24
ruslanskorb commented 3 years ago

@Wassmd Fixed in version 3.0.1.

Wassmd commented 3 years ago

Thanks @ruslanskorb it works now 🥇