nicklockwood / iRate

[DEPRECATED]
http://charcoaldesign.co.uk/source/cocoa#irate
Other
4.1k stars 733 forks source link

Localisation is not correct #262

Open ghost opened 8 years ago

ghost commented 8 years ago

Hello,

Thank you for your Pod. I'm trying to use it on my app.

My App is already localized in english and french with NSLoalized mechanism. Unfortunately the alert generate by iRate is always display in english.

Do you have any idea ?

Regards seb from France ;-)

nicklockwood commented 8 years ago

Hi Seb,

Make sure that the iRate.bundle has been included in your project, and that it is included in your app target.

If it is, try looking inside the app bundle of your built app and verify that the iRate.bundle is in there.

ghost commented 8 years ago

I uses cocoapod to install iRate

iRate is in my xCode workspace and I can see all the localization files on Pods/iRate/Ressources/iRate.bundle

ghost commented 8 years ago

I just add irate.bundle in Targets/Build Phases/Copy Bundle Ressources

It's works fine but I not sure it's the best way to do. Feel free to tell me what is the good practice

note : I found https://github.com/PlayApple/SwiftyiRate. Is it a best library for swift developer ?

nicklockwood commented 7 years ago

@iLandes SwiftyiRate appears to be an uncredited copy of iRate. I have nothing to do with that project, and I'd encourage you to use this one instead, as I cannot vouch for the other one.