mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
translating new mealtypes
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user