From 7fdc6ca07f9957126ae2ac183c522722384d99c7 Mon Sep 17 00:00:00 2001 From: sedum Date: Fri, 11 Nov 2022 06:01:50 +0100 Subject: [PATCH] allowgeoloc: add translations, fix padding in whereinput, center text in show-map dialog --- components/Map.vue | 2 +- components/WhereInput.vue | 8 +- locales/ca.json | 9 +- locales/de.json | 9 +- locales/en.json | 4 +- locales/es.json | 9 +- locales/fr.json | 9 +- locales/gl.json | 9 +- locales/it.json | 9 +- locales/nb.json | 9 +- package.json | 6 +- tests/app.test.js | 6 ++ yarn.lock | 186 +++++++++++++++++++++++++++++++++++--- 13 files changed, 245 insertions(+), 30 deletions(-) diff --git a/components/Map.vue b/components/Map.vue index 9846c9cc..0bad64d9 100644 --- a/components/Map.vue +++ b/components/Map.vue @@ -15,7 +15,7 @@ client-only(placeholder='Loading...' ) :lat-lng="item.coordinates") LPopup(:content="item.address") - v-row.my-4.d-flex.flex-column.align-center + v-row.my-4.d-flex.flex-column.align-center.text-center .text-h6 v-icon(v-text='mdiMapMarker' ) nuxt-link.ml-2.p-name.text-decoration-none(v-text="event.place.name" :to='`/place/${event.place.name}`') diff --git a/components/WhereInput.vue b/components/WhereInput.vue index fa9ec92d..ff617924 100644 --- a/components/WhereInput.vue +++ b/components/WhereInput.vue @@ -1,5 +1,5 @@ -