This commit is contained in:
Hamza-Ayed
2024-07-12 22:52:54 +03:00
parent 67b5a20058
commit 8661bd7f3f
4 changed files with 209 additions and 121 deletions

View File

@@ -1367,7 +1367,7 @@ class MapPassengerController extends GetxController {
rotation: double.parse(json['heading']),
icon: json['model'].toString().contains('دراجة')
? motoIcon
: json['gender'] == 'Male'
: json['gender'] == 'Male'.tr
? carIcon
: ladyIcon,
),
@@ -1385,7 +1385,7 @@ class MapPassengerController extends GetxController {
rotation: double.parse(json['heading']),
icon: json['model'].contains('دراجة')
? motoIcon
: json['gender'] == 'Male'
: json['gender'] == 'Male'.tr
? carIcon
: ladyIcon,
);
@@ -1588,7 +1588,7 @@ class MapPassengerController extends GetxController {
? motoIcon
: datadriverCarsLocationToPassengerAfterApplied['message'][0]
['gender'] ==
'Male'
'Male'.tr
? carIcon
: ladyIcon, // Default to carIcon if gender is not Male or Female
);

View File

@@ -267,6 +267,7 @@ iOS [https://getapp.cc/app/6458734951]
"By selecting 'I Agree' below, I have reviewed and agree to the Terms of Use and acknowledge the Privacy Notice. I am at least 18 years of age.":
"من خلال اختيار 'أوافق' أدناه، قمت بمراجعة وقبول شروط الاستخدام وأقر بإشعار الخصوصية. أنا على الأقل 18 عامًا.",
"I Agree": "أوافق",
"Finish Monitor": " إنهاء مراقبة الرحلة ",
"First name": "الاسم الأول",
"Enter your first name": "أدخل اسمك الأول",
"Please enter your first name.": "يرجى إدخال اسمك الأول.",