Continued attempt to translate form #2540

This commit is contained in:
James Cole
2019-10-05 12:44:05 +02:00
parent 9d82e3cfac
commit 46afdc5418
42 changed files with 915 additions and 136 deletions

View File

@@ -25,11 +25,11 @@
type="date"
class="form-control"
name="date[]"
title="Date"
v-bind:title="$t('firefly.date')"
ref="date"
autocomplete="off"
:disabled="index > 0"
placeholder="Date"
v-bind:placeholder="$t('firefly.date')"
:value="value" @input="handleInput"
>
<ul class="list-unstyled" v-for="error in this.error">