feat: add bulk "add to collection" action on recipes page
Select recipes → add to an existing collection or create a new one inline. Fixes duplicate "visibility" i18n key bug found during verification. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -121,6 +121,14 @@
|
||||
"viewList": "List view",
|
||||
"viewCompact": "Compact view",
|
||||
"updatedLabel": "Updated {date}",
|
||||
"addToCollection": "Add to collection",
|
||||
"addToCollectionTitle": "Add {count, plural, one {1 recipe} other {{count} recipes}} to a collection",
|
||||
"newCollectionOption": "New collection…",
|
||||
"newCollectionNamePlaceholder": "Collection name",
|
||||
"addToCollectionSuccess": "{count, plural, one {1 recipe} other {{count} recipes}} added to \"{name}\"",
|
||||
"addToCollectionFailed": "Failed to add to collection",
|
||||
"createCollectionFailed": "Failed to create collection",
|
||||
"noCollectionsYet": "You don't have any collections yet.",
|
||||
"versionHistoryTitle": "Version History",
|
||||
"versionsLoading": "Loading versions...",
|
||||
"versionsEmpty": "No versions yet. Versions are saved automatically when you edit this recipe.",
|
||||
|
||||
Reference in New Issue
Block a user