mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
stubbed out new shopping list
This commit is contained in:
@@ -175,7 +175,10 @@ export class Models {
|
||||
},
|
||||
'merge': true
|
||||
}
|
||||
static SHOPPING_LIST = {}
|
||||
static SHOPPING_LIST = {
|
||||
'name': i18n.t('Shopping_list'),
|
||||
'apiName': 'ShoppingListEntry',
|
||||
}
|
||||
static RECIPE_BOOK = {
|
||||
'name': i18n.t('Recipe_Book'),
|
||||
'apiName': 'RecipeBook',
|
||||
|
||||
Reference in New Issue
Block a user