React-native-i18n: ios: appstore doesn't show localizations

Created on 28 Nov 2017  路  4Comments  路  Source: AlexanderZaytsev/react-native-i18n

When I upload my localized react-native-i18n project to the appstore, it doesn't recognize the localizations. It seems I need to do some manual config in the xcode project as per the README. However, when I click to add a localization, I get a blank list of resources and the locale isn't actually added when I finish.

screen shot 2017-11-27 at 4 31 57 pm

I'm sure I'm missing a step, any help would be warmly appreciated.

Most helpful comment

Even if you are not using it, try adding a new locale, and translate your Info.plist: https://stackoverflow.com/a/25736915

You can keep the InfoPlist.strings blank.

All 4 comments

@tonygentilcore Hi, can you provides a screenshot of your Project Infos? (similar to the one in the README)

@zoontek Thanks for getting back to me! Here's a screenshot. I suspect the root issue is that there are "0 Files Localized," but given everything non-trivial about this project is in RN, I'm not sure what I can/should choose to localize in Xcode (or exactly how, really).

screen shot 2017-12-02 at 9 10 32 am

Thanks again for taking the time to help.

Even if you are not using it, try adding a new locale, and translate your Info.plist: https://stackoverflow.com/a/25736915

You can keep the InfoPlist.strings blank.

That was exactly it. Thanks again.

Was this page helpful?
0 / 5 - 0 ratings