Add missing translatable content (#376)
This commit is contained in:
parent
86891e3057
commit
1ff25a566e
2 changed files with 5 additions and 0 deletions
|
|
@ -35,6 +35,9 @@ BR.Routing = L.Routing.extend({
|
|||
},
|
||||
|
||||
onAdd: function (map) {
|
||||
this.options.tooltips.waypoint = i18next.t('map.route-tooltip-waypoint');
|
||||
this.options.tooltips.segment = i18next.t('map.route-tooltip-segment');
|
||||
|
||||
this._segmentsCasing = new L.FeatureGroup().addTo(map);
|
||||
this._loadingTrailerGroup = new L.FeatureGroup().addTo(map);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue