diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2021-06-20 19:21:47 -0700 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2021-06-20 19:21:47 -0700 |
commit | 98fc2d0749055a132f7e00cbae4333ee83f3eb9b (patch) | |
tree | d4ac75f31a043aef018a4051a236e611c0e24d78 /web/l10n | |
parent | b35be5a9e84ce453ad18dccc839aa5bb879dc266 (diff) | |
download | trackermap-web-98fc2d0749055a132f7e00cbae4333ee83f3eb9b.tar.gz trackermap-web-98fc2d0749055a132f7e00cbae4333ee83f3eb9b.tar.bz2 trackermap-web-98fc2d0749055a132f7e00cbae4333ee83f3eb9b.zip |
Add current location support
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 2724863a..617a7e95 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -265,6 +265,7 @@ "mapShapeCircle": "Circle", "mapShapePolyline": "Polyline", "mapLiveRoutes": "Live Routes", + "mapCurrentLocation": "Current Location", "mapPoiLayer": "POI Layer", "stateTitle": "State", "stateName": "Attribute", |