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 +}