4/7/1
This commit is contained in:
@@ -484,6 +484,11 @@ class MyTranslation extends Translations {
|
||||
"Please help! Contact me as soon as possible.":
|
||||
"الرجاء المساعدة! اتصل بي في أقرب وقت ممكن.",
|
||||
'Share Trip Details': "مشاركة تفاصيل الرحلة",
|
||||
'Car Plate is ': 'رقم اللوحة',
|
||||
'the 300 points equal 30 L.E for you \nSo go and gain your money':
|
||||
'اربح 30 جنيه ! كل 300 نقطة تمنحك 30 جنيه. اذهب واستفد من نقاطك!',
|
||||
'the 300 points equal 30 L.E':
|
||||
'الـ 300 نقطة تساوي 30 جنيه بالنسبة لك ',
|
||||
'No ride found yet': 'لا يوجد طلبات متوفرة حاليا',
|
||||
'Accept Order': "اقبل الطلب",
|
||||
'reject your order.': "رفض طلبك.",
|
||||
|
||||
@@ -75,6 +75,7 @@ class CaptainProfileController extends GetxController {
|
||||
box.write(BoxName.vin, d['message']['vin']);
|
||||
box.write(BoxName.color, d['message']['color']);
|
||||
box.write(BoxName.model, d['message']['model']);
|
||||
box.write(BoxName.carPlate, d['message']['car_plate']);
|
||||
box.write(BoxName.make, d['message']['make']);
|
||||
box.write(BoxName.year, d['message']['year']);
|
||||
box.write(BoxName.expirationDate, d['message']['expiration_date']);
|
||||
@@ -87,7 +88,7 @@ class CaptainProfileController extends GetxController {
|
||||
@override
|
||||
void onInit() {
|
||||
// if (box.read(BoxName.dobDriver) == null) {
|
||||
getProfileData();
|
||||
getProfileData();
|
||||
// }
|
||||
|
||||
super.onInit();
|
||||
|
||||
Reference in New Issue
Block a user