More localization (#373)

* Translate missing string

* Display language in original language + English

* Translate assets

* Translate recipe settings
This commit is contained in:
sephrat 2021-04-30 18:44:03 +02:00 committed by GitHub
parent d2e56cf233
commit b302e0ffd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 31 additions and 21 deletions

View file

@ -23,11 +23,11 @@
<v-card-actions>
<slot name="card-actions">
<v-btn text color="grey" @click="dialog = false">
Cancel
{{$t('general.cancel')}}
</v-btn>
<v-spacer></v-spacer>
<v-btn color="success" @click="submitEvent">
Submit
{{$t('general.submit')}}
</v-btn>
</slot>
</v-card-actions>