changed locales for start and enddate

This commit is contained in:
ogerly 2022-06-08 16:49:24 +02:00
parent 4730fdefaa
commit 20103b1700
3 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,7 @@
:min="min" :min="min"
class="mb-4" class="mb-4"
reset-value="" reset-value=""
:label-no-date-selected="$t('contributionLink.noDateSelected')"
required required
></b-form-datepicker> ></b-form-datepicker>
</b-form-group> </b-form-group>
@ -26,6 +27,7 @@
:min="form.startDate ? form.startDate : min" :min="form.startDate ? form.startDate : min"
class="mb-4" class="mb-4"
reset-value="" reset-value=""
:label-no-date-selected="$t('contributionLink.noDateSelected')"
required required
></b-form-datepicker> ></b-form-datepicker>
</b-form-group> </b-form-group>

View File

@ -14,6 +14,7 @@
"newContributionLink": "Neuer Beitragslink", "newContributionLink": "Neuer Beitragslink",
"noContributionLinks": "Es sind keine Beitragslinks angelegt.", "noContributionLinks": "Es sind keine Beitragslinks angelegt.",
"noEndDate": "Kein Enddatum gewählt.", "noEndDate": "Kein Enddatum gewählt.",
"noDateSelected": "Kein Datum ausgewählt",
"noStartDate": "Kein Startdatum gewählt.", "noStartDate": "Kein Startdatum gewählt.",
"options": { "options": {
"cycle": { "cycle": {

View File

@ -14,6 +14,7 @@
"newContributionLink": "New contribution link", "newContributionLink": "New contribution link",
"noContributionLinks": "No contribution links have been created.", "noContributionLinks": "No contribution links have been created.",
"noEndDate": "No end-date", "noEndDate": "No end-date",
"noDateSelected": "No date selected",
"noStartDate": "No start-date", "noStartDate": "No start-date",
"options": { "options": {
"cycle": { "cycle": {