mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-28 10:43:17 -05:00
More localization (#373)
* Translate missing string * Display language in original language + English * Translate assets * Translate recipe settings
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user