Page MenuHomePhabricator

Welcome language screen has languages in wrong order
Closed, InvalidPublic

Description

On my simulator the langs are in the order "English, German, Turkish":

Screen Shot 2017-04-24 at 9.51.47 PM.png (862×1,468 px, 131 KB)

But the Welcome language screen shows "German, Turkish, English":

Screen Shot 2017-04-24 at 9.52.28 PM.png (862×1,468 px, 105 KB)

Event Timeline

JMinor triaged this task as Medium priority.May 1 2017, 6:57 PM
JMinor added a project: iOS-app-Bugs.
JMinor moved this task from Needs Triage to Bug Backlog on the Wikipedia-iOS-App board.

User has two preferred English languages (US and UK for example). osLanguages are [en,de,tr,en] for him and will be translated to [de,tr,en] because first EN already exists in suggested languages list and will not be added to the list of languages again. I thought that it is not an issue (who uses two English?) but app uses first language from list as primary language, so user will have Turkish as primary language instead of English according to preferred languages from iOS Settings.

https://github.com/wikimedia/wikipedia-ios/pull/1581

JMinor subscribed.

I'm also not able to reproduce this issue. I'm going to close it. Please reopen if you can recreate it.