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,7 +25,7 @@
<input type="number" ref="amount" :value="value" @input="handleInput" step="any"
class="form-control"
name="amount[]"
title="amount" autocomplete="off" placeholder="Amount">
title="amount" autocomplete="off" v-bind:placeholder="$t('firefly.amount')">
<ul class="list-unstyled" v-for="error in this.error">
<li class="text-danger">{{ error }}</li>
</ul>