graphhopper/graphhopper-maps

Untranslatable strings

Closed this issue · 1 comments

I found some strings which are in English and are not possible to translate:

  • Info
  • Feedback
  • Imprint
  • Privacy
  • Terms
  • scooter
  • Cannot find point 1: 35.883135533932915,-10.445914536967754
  • and all the messages from the image below, including formatting numbers (decimal comma/dot).

GraphHopper

otbutz commented

@karussell this looks like an graphhopper-maps issue:

{showInfo && (
<div className={styles.infoLine}>
<a href="https://www.graphhopper.com/maps-route-planner/">Info</a>
<a href="https://github.com/graphhopper/graphhopper-maps/issues">Feedback</a>
<a href="https://www.graphhopper.com/imprint/">Imprint</a>
<a href="https://www.graphhopper.com/privacy/">Privacy</a>
<a href="https://www.graphhopper.com/terms/">Terms</a>
</div>