mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-29 23:24:53 -05:00
translate hardcoded strings
This commit is contained in:
@@ -393,8 +393,8 @@ export default defineComponent({
|
||||
};
|
||||
|
||||
const contextMenu = [
|
||||
{ title: "Delete", action: contextActions.delete },
|
||||
{ title: "Ingredient", action: contextActions.setIngredient },
|
||||
{ title: i18n.tc("general.delete"), action: contextActions.delete },
|
||||
{ title: i18n.tc("recipe.ingredient"), action: contextActions.setIngredient },
|
||||
];
|
||||
|
||||
function contextMenuAction(action: string, item: ShoppingListItemOut, idx: number) {
|
||||
|
||||
Reference in New Issue
Block a user