7/12/1
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
@@ -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.": "يرجى إدخال اسمك الأول.",
|
||||
|
||||
Reference in New Issue
Block a user