Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

small errors in OSRM routing directions in German language #915

Closed
jase88 opened this issue Feb 27, 2015 · 6 comments
Closed

small errors in OSRM routing directions in German language #915

jase88 opened this issue Feb 27, 2015 · 6 comments

Comments

@jase88
Copy link

jase88 commented Feb 27, 2015

There is a space missing in every OSRM instruction in German (only rechecked en which is fine) and instruction for roundabouts is a mix of German/English.

Should be something like this: "9. Im Kreisverkehr 3. Ausfahrt"

Thanks in advance!

@tomhughes
Copy link
Member

It's completely useless to report things like this without giving us a way to reproduce it - assuming the bug is even in our code we need to know where you are routing from and to in order to be able to debug it!

@tomhughes
Copy link
Member

The space thing is utterly weird. As best I can tell there is a newline there in the HTML which should collapse to a space when rendered, and it does in English but not in German.

@jase88
Copy link
Author

jase88 commented Feb 27, 2015

Basically choose a route where you need to cross a roundabout, e.g.http://www.openstreetmap.org/directions?engine=osrm_car&route=54.2864%2C9.6788%3B54.3047%2C9.6645#map=13/54.2965/9.6752&layers=N
(of course you need to switch language to de)

Now it is saying: " 2. Im Kreisverkehr nehme[missing "de.javascripts.directions.instructions.exit" translation] K 27"
Seems like translation is missing

@tomhughes
Copy link
Member

Oh that's a dependency bug when the javascript translations are changed that I haven't got around to finding a fix for yet... It should be fixed now.

@jase88
Copy link
Author

jase88 commented Mar 3, 2015

Okay, but still there is this strange mix, see this route

Couldn't find this on translatewiki :/

@tomhughes
Copy link
Member

The "exit" translation is new and won't appear on translatewiki until the next time they sync to us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants