made shopping new entry translatable

This commit is contained in:
vabene1111
2022-05-11 17:06:34 +02:00
parent 5556555bca
commit c0c996622e
2 changed files with 2 additions and 1 deletions

View File

@ -648,7 +648,7 @@
<div class="col-6"> <div class="col-6">
<a class="btn btn-block btn-success shadow-none" @click="entrymode = !entrymode; " <a class="btn btn-block btn-success shadow-none" @click="entrymode = !entrymode; "
><i class="fas fa-cart-plus"></i> ><i class="fas fa-cart-plus"></i>
{{ $t("New Entry") }} {{ $t("New_Entry") }}
</a> </a>
</div> </div>
<div class="col-6"> <div class="col-6">

View File

@ -202,6 +202,7 @@
"Starting_Day": "Starting day of the week", "Starting_Day": "Starting day of the week",
"Meal_Types": "Meal types", "Meal_Types": "Meal types",
"Meal_Type": "Meal type", "Meal_Type": "Meal type",
"New_Entry": "New Entry",
"Clone": "Clone", "Clone": "Clone",
"Drag_Here_To_Delete": "Drag here to delete", "Drag_Here_To_Delete": "Drag here to delete",
"Meal_Type_Required": "Meal type is required", "Meal_Type_Required": "Meal type is required",