Skip to content

Commit

Permalink
Fix: Use existing short strings
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch committed Jun 20, 2024
1 parent 7021ed2 commit b6ab857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions kitchenowl/lib/enums/views_enum.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ enum ViewsEnum {
final loc = AppLocalizations.of(context)!;

return [
loc.shoppingListShort,
loc.list,
loc.recipes,
loc.mealPlannerShort,
loc.planner,
loc.balances,
loc.profile,
][index];
Expand Down
8 changes: 0 additions & 8 deletions kitchenowl/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,6 @@
},
"@markAsPaid": {},
"@mealPlanner": {},
"@mealPlannerShort": {
"description": "A shorter version of @mealPlanner used in the bottom AppBar and when space is limited"
},
"@member": {},
"@memberAdd": {},
"@memberRemove": {},
Expand Down Expand Up @@ -285,9 +282,6 @@
}
},
"@shoppingListEdit": {},
"@shoppingListShort": {
"description": "A shorter version of @shoppingList used in the bottom AppBar and when space is limited"
},
"@shoppingListStyle": {},
"@shoppingLists": {},
"@signInWith": {
Expand Down Expand Up @@ -479,7 +473,6 @@
"longPressToReorder": "Long press to reorder",
"markAsPaid": "Mark as paid",
"mealPlanner": "Meal planner",
"mealPlannerShort": "Planner",
"member": "Member",
"memberAdd": "Add member",
"memberRemove": "Remove member",
Expand Down Expand Up @@ -553,7 +546,6 @@
"shoppingListDelete": "Delete shopping list",
"shoppingListDeleteConfirmation": "Are you sure you want to delete {shoppingList}?",
"shoppingListEdit": "Edit shopping list",
"shoppingListShort": "List",
"shoppingListStyle": "Shopping list style",
"shoppingLists": "Shopping lists",
"signInWith": "Sign in with {provider}",
Expand Down

0 comments on commit b6ab857

Please sign in to comment.