Fix geometry current location translations
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
/>
|
||||
<l-control class="leaflet-bar">
|
||||
<a
|
||||
:title="$t('tooltip.goToCurrentLocation')"
|
||||
:title="$t('geometry.tooltip.goToCurrentLocation')"
|
||||
role="button"
|
||||
class="d-flex justify-content-center align-items-center"
|
||||
@click="goToCurrentLocation"
|
||||
@@ -72,6 +72,10 @@ import { evaluatePrefilter } from 'corteza-webapp-compose/src/lib/record-filter'
|
||||
import base from './base'
|
||||
|
||||
export default {
|
||||
i18nOptions: {
|
||||
namespaces: 'block',
|
||||
},
|
||||
|
||||
components: {
|
||||
LPolygon,
|
||||
LControl,
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
/>
|
||||
<l-control class="leaflet-bar">
|
||||
<a
|
||||
:title="$t('tooltip.goToCurrentLocation')"
|
||||
:title="$t('geometry.tooltip.goToCurrentLocation')"
|
||||
role="button"
|
||||
class="d-flex justify-content-center align-items-center"
|
||||
@click="goToCurrentLocation"
|
||||
|
||||
@@ -719,6 +719,8 @@ geometry:
|
||||
lockBounds: Lock bounds
|
||||
topLeft: Bounds top left
|
||||
lowerRight: Bounds lower right
|
||||
tooltip:
|
||||
goToCurrentLocation: Go to current location
|
||||
|
||||
tabs:
|
||||
alertTitle: Set a title for your block
|
||||
|
||||
Reference in New Issue
Block a user