Search code examples
iosios11xcode9nslocalizedstringlocalizable.strings

iOS 11 SDK update – wrong Localizable.strings


After updating my app from iOS 10 to iOS 11 SDK I started receiving messages from users, that localization after update has been broken.

There are a lot of user who complain but only one provided me details about that issue:

  • region: Brazil
  • languages: Portuguese, English
  • in app: Japanese

Some app info:

  • App is translated into English (en), Japanese, etc. and has no Portuguese
  • Use base internationalization ticked, but it doesn't matter, I don't use it
  • CFBundleDevelopmentRegion is set to en

Any ideas? Thx.


Solution

  • I didn't change anything from localizable files, just disabled Use base internationalization and released new version – complaints are disappear.

    Anyway new release helped me avoid that problem. Thanks.