farsi translation for error messages

This commit is contained in:
2025-12-22 23:48:26 +03:30
parent 1f96081dff
commit c911ec711a
3 changed files with 32 additions and 16 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ export class FoodsSeeder {
mealTypes: foodData.mealTypes ?? [],
discount: foodData.discount ?? 0,
score: foodData.score ?? 0,
inPlaceServe: foodData.inPlaceServe ?? false,
pickupServe: foodData.pickupServe ?? false,
inPlaceServe: true,
pickupServe: true,
images: foodData.images,
isSpecialOffer: foodData.isSpecialOffer ?? false,
});