BASE: Implement Localization In Cab Booking Screen.
This commit is contained in:
@@ -29,11 +29,41 @@ class ConstTexts {
|
||||
static String verify = "verify";
|
||||
static String useYourMobileNumber = "useYourMobileNumber";
|
||||
static String sendCode = "sendCode";
|
||||
static String loginToExplore = "logintoExplore";
|
||||
static String emailAddress = "emailAddress";
|
||||
static String password = "password";
|
||||
static String loginToExplore = "logintoExplore";
|
||||
static String emailAddress = "emailAddress";
|
||||
static String password = "password";
|
||||
static String serviceIsUnavailable = "serviceIsUnavailable";
|
||||
static String pickUpLocation = "pickUpLocation";
|
||||
static String destinationLocation = "destinationLocation";
|
||||
static String continueT = "continue";
|
||||
static String plsSelectSourceLocation = "plsSelectSourceLocation";
|
||||
static String plsSelectDestinationLocations = "plsSelectDestinationLocations";
|
||||
static String selectVehicleType = "selectVehicleType";
|
||||
static String plsSelectVehicleTypeFirst = "plsSelectVehicleTypeFirst";
|
||||
static String plsSelectPaymentMethod = "plsSelectPaymentMethod";
|
||||
static String insufficientWallet = "insufficientWallet";
|
||||
static String promoCode = "promoCode";
|
||||
static String thisOfferNotEligible = "thisOfferNotEligible";
|
||||
static String viewAll = "viewAll";
|
||||
static String writeCoupon = "writeCoupon";
|
||||
static String redeemNow = "redeemNow";
|
||||
static String plsEnterCouponCode = "plsEnterCouponCode";
|
||||
static String couponApplied = "couponApplied";
|
||||
static String couponExpired = "couponExpired";
|
||||
static String invalidCouponCode = "invalidCouponCode";
|
||||
static String orderSummary = "orderSummary";
|
||||
static String subtotal = "subtotal";
|
||||
static String discount = "discount";
|
||||
static String orderTotal = "orderTotal";
|
||||
static String confirmBooking = "confirmBooking";
|
||||
static String waitingForDriver = "waitingForDriver";
|
||||
static String cancelRide = "cancelRide";
|
||||
static String riderCancelledSucces = "riderCancelledSucces";
|
||||
static String failedToCancel = "failedToCancel";
|
||||
static String pleaseWait = "pleaseWait";
|
||||
static String change = "change";
|
||||
static String yourSosRequest = "yourSosRequest";
|
||||
static String yourSosrequestAlreadySubmitted = "yourSosrequestAlreadySubmitted";
|
||||
static String payNow = "payNow";
|
||||
static String youDoNothaveSufficientwalletBalance = "youDoNothaveSufficientwalletBalance";
|
||||
static String somethingWentWrong = "somethingWentWrong";
|
||||
static String cash = "cash";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user