diff --git a/frontend/src/components/Contributions/ContributionForm.spec.js b/frontend/src/components/Contributions/ContributionForm.spec.js
index 5b05957bb..4f3ee6fa6 100644
--- a/frontend/src/components/Contributions/ContributionForm.spec.js
+++ b/frontend/src/components/Contributions/ContributionForm.spec.js
@@ -23,6 +23,9 @@ describe('ContributionForm', () => {
creation: ['1000', '1000', '1000'],
},
},
+ $i18n: {
+ locale: 'en',
+ },
}
const Wrapper = () => {
diff --git a/frontend/src/components/Contributions/ContributionForm.vue b/frontend/src/components/Contributions/ContributionForm.vue
index 6b8ef39d0..f345ffff4 100644
--- a/frontend/src/components/Contributions/ContributionForm.vue
+++ b/frontend/src/components/Contributions/ContributionForm.vue
@@ -18,6 +18,7 @@
id="contribution-date"
v-model="form.date"
size="lg"
+ :locale="$i18n.locale"
:max="maximalDate"
:min="minimalDate"
class="mb-4"
@@ -25,25 +26,27 @@
:label-no-date-selected="$t('contribution.noDateSelected')"
required
>
-
-