-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
other languages #47
Comments
Moving this to milestone 0.4 since 0.3 is feature complete and will be shipped as soon as remaining bugs are fixed. |
This is now implemented on the client side with commit c4dc85f. |
nice! |
Localizations are really easy to do: The blueprint is https://github.com/DennisSchiefer/Project-OSRM-Web/blob/master/WebContent/localization/OSRM.Locale.en.js Just make a copy, change the filename to have the appropriate country code, e.g. .dk and change the strings accordingly. The %i and %s are placeholders for ordinals and street names. |
We now have more than a dozen localizations on the client side. Therefore I am closing this issue. |
This found a more sophisticated solution with https://github.com/Project-OSRM/osrm-text-instructions now. |
output route descriptions in other languages than english. (in our case we need danish).
The text was updated successfully, but these errors were encountered: