Closed Silkjaer closed 9 years ago
Thanks for reporting the bug, will look into it.
hi, it's a avery annoying bug. Have you established a date for the resolution or shall we find a workaround?
Will release a fix within 48 hours, right now you can duplicate the strings from dk to dk-DK on OneSky web admin so that it works on iOS 9.
Hi bretdabaker, thanks for your precious feedback! Have a nice day.
Fixed in 0.9.3
We have people reporting errors after upgrading to iOS 9.
Localization abbreviation has changed, e.g. Danish was in iOS 8 and previous "da", but is in iOS 9 da-DK.
NSLocalizedString works as expected – it probably checks "da-DK" first and falls back to "da". Could this be implemented in OneSkyOTAPlugin.localizedStringForKey?
I imagine a fallback routine as follows:
Now it seems it does as follows: