farsi translation for error messages
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user