BASE: Implement Localization In Cab Order Details Screen.
This commit is contained in:
@@ -77,8 +77,50 @@ class ConstTexts {
|
||||
static String allDriversIDCheck = "allDriversIDCheck";
|
||||
static String intercity = "intercity";
|
||||
static String aroundTheCity = "aroundTheCity";
|
||||
static String rideDetails = "rideDetails";
|
||||
static String orderId = "orderId";
|
||||
static String bookingData = "bookingData";
|
||||
static String rideAndFareSummary = "rideAndFareSummary";
|
||||
static String updateReview = "updateReview";
|
||||
static String addReview = "addReview";
|
||||
static String complain = "complain";
|
||||
static String distance = "distance";
|
||||
static String km = "km";
|
||||
static String duration = "duration";
|
||||
static String couponNotFound = "couponNotFound";
|
||||
static String tapToApply = "tapToApply";
|
||||
static String home = "home";
|
||||
static String myBookings = "myBookings";
|
||||
static String profile = "profile";
|
||||
static String wallet = "wallet";
|
||||
static String cabServiceType = "cabServiceType";
|
||||
static String everyRideVerified = "everyRideVerified";
|
||||
static String allDriversIDCheck = "allDriversIDCheck";
|
||||
static String intercity = "intercity";
|
||||
static String aroundTheCity = "aroundTheCity";
|
||||
static String rideDetails = "rideDetails";
|
||||
static String youDoNothaveSufficientwalletBalance = "youDoNothaveSufficientwalletBalance";
|
||||
static String somethingWentWrong = "somethingWentWrong";
|
||||
static String cash = "cash";
|
||||
static String yourSosrequestAlreadySubmitted = "yourSosrequestAlreadySubmitted";
|
||||
static String payNow = "payNow";
|
||||
static String youDoNothaveSufficientwalletBalance = "youDoNothaveSufficientwalletBalance";
|
||||
static String somethingWentWrong = "somethingWentWrong";
|
||||
static String cash = "cash";
|
||||
static String coupon = "coupon";
|
||||
static String couponNotFound = "couponNotFound";
|
||||
static String tapToApply = "tapToApply";
|
||||
static String home = "home";
|
||||
static String myBookings = "myBookings";
|
||||
static String profile = "profile";
|
||||
static String wallet = "wallet";
|
||||
static String cabServiceType = "cabServiceType";
|
||||
static String everyRideVerified = "everyRideVerified";
|
||||
static String allDriversIDCheck = "allDriversIDCheck";
|
||||
static String intercity = "intercity";
|
||||
static String aroundTheCity = "aroundTheCity";
|
||||
static String rideDetails = "rideDetails";
|
||||
static String youDoNothaveSufficientwalletBalance = "youDoNothaveSufficientwalletBalance";
|
||||
static String somethingWentWrong = "somethingWentWrong";
|
||||
static String cash = "cash";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user