From 34a7dee5e1f00dcbad4eba42b04dc39c8d6e5d2f Mon Sep 17 00:00:00 2001 From: Amandus Butzer Date: Thu, 15 Aug 2024 12:51:52 +0200 Subject: [PATCH] refactor: remove unused translations --- .../time-based-route/i18n/time-based-route.i18n.de-de.js | 6 ------ .../time-based-route/i18n/time-based-route.i18n.en-us.js | 6 ------ 2 files changed, 12 deletions(-) diff --git a/src/fragments/forms/map-form/components/place-and-directions/components/time-based-route/i18n/time-based-route.i18n.de-de.js b/src/fragments/forms/map-form/components/place-and-directions/components/time-based-route/i18n/time-based-route.i18n.de-de.js index ae0eeb842..8e3687794 100755 --- a/src/fragments/forms/map-form/components/place-and-directions/components/time-based-route/i18n/time-based-route.i18n.de-de.js +++ b/src/fragments/forms/map-form/components/place-and-directions/components/time-based-route/i18n/time-based-route.i18n.de-de.js @@ -1,12 +1,6 @@ export default { timeBasedRoute: { - time: 'Zeitpunkt', - departure: 'Abreise', - hour: 'Uhr', - now: 'Aktuell', - inFewHours: 'In 2 Stunden', - hotDays: 'Hitzetag', morning: 'Morgens', noon: 'Mittags', afternoon: 'Nachmittags', diff --git a/src/fragments/forms/map-form/components/place-and-directions/components/time-based-route/i18n/time-based-route.i18n.en-us.js b/src/fragments/forms/map-form/components/place-and-directions/components/time-based-route/i18n/time-based-route.i18n.en-us.js index 18fa3a640..44d5bc278 100755 --- a/src/fragments/forms/map-form/components/place-and-directions/components/time-based-route/i18n/time-based-route.i18n.en-us.js +++ b/src/fragments/forms/map-form/components/place-and-directions/components/time-based-route/i18n/time-based-route.i18n.en-us.js @@ -1,12 +1,6 @@ export default { timeBasedRoute: { - time: 'Time', - departure: 'Depart', - hour: 'Hour', - now: 'Current', - inFewHours: 'In 2 Hours', - hotDays: 'Hot days', morning: 'Morning', noon: 'Noon', afternoon: 'Afternoon',