mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
surface localization
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
return [
|
||||
` ${$_('quantities.distance')}: ${getDistanceWithUnits(point.x, false)}`,
|
||||
` ${$_('quantities.slope')}: ${slope} %`,
|
||||
` ${$_('quantities.surface')}: ${surface}`
|
||||
` ${$_('quantities.surface')}: ${$_(`toolbar.routing.surface.${surface}`)}`
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user