surface localization

This commit is contained in:
vcoppe
2024-04-27 11:24:29 +02:00
parent ca7d85b421
commit 98b772539d
2 changed files with 32 additions and 1 deletions

View File

@@ -133,7 +133,7 @@
return [
` ${$_('quantities.distance')}: ${getDistanceWithUnits(point.x, false)}`,
` ${$_('quantities.slope')}: ${slope} %`,
` ${$_('quantities.surface')}: ${surface}`
` ${$_('quantities.surface')}: ${$_(`toolbar.routing.surface.${surface}`)}`
];
}
}