From b792f2ec44f11b558c52639334837cb99e416fab Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Tue, 17 Jul 2018 23:19:28 +0200 Subject: [PATCH] Complete translation of manual location picker + better guard for Map when user has not previously clicked on a button --- src/components/AddressInput.vue | 9 +++++---- src/constants.js | 2 ++ src/i18n/en.js | 5 +++++ src/i18n/fr.js | 5 +++++ src/views/Map.vue | 13 ++++++++----- 5 files changed, 25 insertions(+), 9 deletions(-) diff --git a/src/components/AddressInput.vue b/src/components/AddressInput.vue index bfd89c2..79b3db9 100644 --- a/src/components/AddressInput.vue +++ b/src/components/AddressInput.vue @@ -17,9 +17,10 @@