diff --git a/frontend/src/i18n/locale/en.json b/frontend/src/i18n/locale/en.json index 7e03fe35..aa02bd4a 100644 --- a/frontend/src/i18n/locale/en.json +++ b/frontend/src/i18n/locale/en.json @@ -17,4 +17,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 52bd4449..8a8f3137 100644 --- a/frontend/src/i18n/locale/fr.json +++ b/frontend/src/i18n/locale/fr.json @@ -17,4 +17,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 f06453ee..861ba89f 100644 --- a/frontend/src/i18n/locale/nl.json +++ b/frontend/src/i18n/locale/nl.json @@ -17,4 +17,4 @@ "sociallyRelevant": "Maatschappelijk relevant", "login": "inloggen", "translate": "vertalen" -} \ No newline at end of file +}