mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 21:48:03 +02:00
i18n for geolocate
This commit is contained in:
@@ -15,7 +15,7 @@ iD.ui.Geolocate = function(map) {
|
||||
|
||||
var button = selection.append('button')
|
||||
.attr('tabindex', -1)
|
||||
.attr('title', 'Show My Location')
|
||||
.attr('title', t('geolocate.title'))
|
||||
.on('click', click)
|
||||
.call(bootstrap.tooltip()
|
||||
.placement('right'));
|
||||
|
||||
@@ -168,6 +168,10 @@ locale.en = {
|
||||
no_results: "Couldn't locate a place named '{name}'"
|
||||
},
|
||||
|
||||
geolocate: {
|
||||
title: "Show My Location"
|
||||
},
|
||||
|
||||
description: "Description",
|
||||
|
||||
logout: "logout",
|
||||
|
||||
Reference in New Issue
Block a user