arashpayan / appirater

A utility that reminds your iPhone app's users to review the app.

Home Page:http://arashpayan.com/blog/2009/09/07/presenting-appirater/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finnish localized string file is corrupted

LeonS opened this issue · comments

finnish localized string file is corrupted

having the same issue. Xcode 4.5.2 complains with

../Classes/appirater/fi.lproj/AppiraterLocalizable.strings:0: error: read failed: The data couldn’t be read because it has been corrupted.

looks like Norwegian (nb) is corrupt as well (both part of commit 7f74a97)

Sorry about that. I neglected to check the encoding on the contributed localizations. They were both in UTF-16LE instead of UTF-8. Just fixed it with commit 5077e08. Can you guys verify it now works on your end?

looks good now, thanks!