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() {
|
||||
let apiClient = new ApiApiFactory()
|
||||
|
||||
apiClient.createMealType({name: "Mealtype"}).then(e => {
|
||||
apiClient.createMealType({name: this.$t('Meal_Type')}).then(e => {
|
||||
this.periodChangedCallback(this.current_period)
|
||||
}).catch(error => {
|
||||
StandardToasts.makeStandardToast(StandardToasts.FAIL_UPDATE)
|
||||
|
||||
@@ -207,5 +207,6 @@
|
||||
"New_Cookbook": "Neues Kochbuch",
|
||||
"Coming_Soon": "Bald verfügbar",
|
||||
"Auto_Planner": "Automatisch Planen",
|
||||
"Hide_Keyword": "Keywords schließen"
|
||||
"Hide_Keyword": "Keywords schließen",
|
||||
"Clear": "Leeren"
|
||||
}
|
||||
|
||||
@@ -205,5 +205,6 @@
|
||||
"Coming_Soon": "Coming-Soon",
|
||||
"Auto_Planner": "Auto-Planner",
|
||||
"New_Cookbook": "New cookbook",
|
||||
"Hide_Keyword": "Hide keywords"
|
||||
"Hide_Keyword": "Hide keywords",
|
||||
"Clear": "Clear"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user