From 7602e5a2a1d1b34979d751fc07caa0cc3c97f7cf Mon Sep 17 00:00:00 2001 From: Lint Action Date: Sat, 22 Mar 2025 15:03:19 +0000 Subject: [PATCH] style: fix linting issues met Prettier --- frontend/src/i18n/locale/en.json | 2 +- frontend/src/i18n/locale/fr.json | 2 +- frontend/src/i18n/locale/nl.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/i18n/locale/en.json b/frontend/src/i18n/locale/en.json index 2a0f246f..08bed3d1 100644 --- a/frontend/src/i18n/locale/en.json +++ b/frontend/src/i18n/locale/en.json @@ -15,4 +15,4 @@ "sociallyRelevant": "Socially relevant", "login": "login", "translate": "translate" -} \ No newline at end of file +} diff --git a/frontend/src/i18n/locale/fr.json b/frontend/src/i18n/locale/fr.json index f0e0cd56..4dbcc490 100644 --- a/frontend/src/i18n/locale/fr.json +++ b/frontend/src/i18n/locale/fr.json @@ -15,4 +15,4 @@ "inclusive": "Inclusif", "sociallyRelevant": "Socialement pertinent", "translate": "traduire" -} \ No newline at end of file +} diff --git a/frontend/src/i18n/locale/nl.json b/frontend/src/i18n/locale/nl.json index c2932819..7b6b9aef 100644 --- a/frontend/src/i18n/locale/nl.json +++ b/frontend/src/i18n/locale/nl.json @@ -15,4 +15,4 @@ "sociallyRelevant": "Maatschappelijk relevant", "login": "inloggen", "translate": "vertalen" -} \ No newline at end of file +}