translating new mealtypes

This commit is contained in:
Kaibu
2021-11-03 23:55:39 +01:00
parent 2215e06506
commit dd5509f5b4
3 changed files with 5 additions and 3 deletions

View File

@@ -421,7 +421,7 @@ export default {
newMealType() { newMealType() {
let apiClient = new ApiApiFactory() let apiClient = new ApiApiFactory()
apiClient.createMealType({name: "Mealtype"}).then(e => { apiClient.createMealType({name: this.$t('Meal_Type')}).then(e => {
this.periodChangedCallback(this.current_period) this.periodChangedCallback(this.current_period)
}).catch(error => { }).catch(error => {
StandardToasts.makeStandardToast(StandardToasts.FAIL_UPDATE) StandardToasts.makeStandardToast(StandardToasts.FAIL_UPDATE)

View File

@@ -207,5 +207,6 @@
"New_Cookbook": "Neues Kochbuch", "New_Cookbook": "Neues Kochbuch",
"Coming_Soon": "Bald verfügbar", "Coming_Soon": "Bald verfügbar",
"Auto_Planner": "Automatisch Planen", "Auto_Planner": "Automatisch Planen",
"Hide_Keyword": "Keywords schließen" "Hide_Keyword": "Keywords schließen",
"Clear": "Leeren"
} }

View File

@@ -205,5 +205,6 @@
"Coming_Soon": "Coming-Soon", "Coming_Soon": "Coming-Soon",
"Auto_Planner": "Auto-Planner", "Auto_Planner": "Auto-Planner",
"New_Cookbook": "New cookbook", "New_Cookbook": "New cookbook",
"Hide_Keyword": "Hide keywords" "Hide_Keyword": "Hide keywords",
"Clear": "Clear"
} }