react-native-mapbox-navigation icon indicating copy to clipboard operation
react-native-mapbox-navigation copied to clipboard

Wrong language in StepsViewController and a few other places

Open velevtzvetlin opened this issue 4 years ago • 1 comments

I am seeing native elements that use NSLocalizedString produce strings in German. I don't understand why that is happening.

velevtzvetlin avatar Mar 25 '22 22:03 velevtzvetlin

Did you by chance find a resolution @velevtzvetlin? I'm also having the same issue.

I dug a little deeper, on arrival I can see a "Du bist angekommen" string shown at the bottom of the screen... I think that's coming from Line 71 within the native lib: mapbox-navigation-ios/Sources/MapboxNavigation/Resources/de.lproj/Localizable.strings/#L71

My app is currently set to use the language of the device (which is currently English) so I'm really not sure why it's partially using German... Any other's input would be greatly appreciated.

[edit] This maybe seems to be related to an upstream issue, see: mapbox/mapbox-navigation-ios/issues/2605

AlexanderCollins avatar Jul 31 '22 15:07 AlexanderCollins