MINOR-FIX: Localization Problem Resolve.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class ConstTexts {
|
||||
static String loginToExplore = "logintoExplore";
|
||||
static String loginToExplore = "loginToExplore";
|
||||
static String emailAddress = "emailAddress";
|
||||
static String password = "password";
|
||||
static String enterPassword = "enterPassword";
|
||||
@@ -60,9 +60,11 @@ class ConstTexts {
|
||||
static String pleaseWait = "pleaseWait";
|
||||
static String change = "change";
|
||||
static String yourSosRequest = "yourSosRequest";
|
||||
static String yourSosrequestAlreadySubmitted = "yourSosrequestAlreadySubmitted";
|
||||
static String yourSosrequestAlreadySubmitted =
|
||||
"yourSosrequestAlreadySubmitted";
|
||||
static String payNow = "payNow";
|
||||
static String youDoNothaveSufficientwalletBalance = "youDoNothaveSufficientwalletBalance";
|
||||
static String youDoNothaveSufficientwalletBalance =
|
||||
"youDoNothaveSufficientwalletBalance";
|
||||
static String somethingWentWrong = "somethingWentWrong";
|
||||
static String cash = "cash";
|
||||
static String coupon = "coupon";
|
||||
@@ -102,21 +104,22 @@ class ConstTexts {
|
||||
static String plsLoginToAcc = "plsLoginToAcc";
|
||||
static String youAreNotLoggedIn = "youAreNotLoggedIn";
|
||||
static String noOrderfound = "noOrderfound";
|
||||
// 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 otherServices = "otherServices";
|
||||
static String foodDelivery = "foodDelivery";
|
||||
static String delivery = "delivery";
|
||||
static String bookingTaxi = "bookingTaxi";
|
||||
static String updateYourWardrobe = "updateYourWardrobe";
|
||||
static String weDeliverSafely = "weDeliverSafely";
|
||||
static String rent = "rent";
|
||||
static String hugeSelectionOfAds = "hugeSelectionOfAds";
|
||||
static String cosmetics = "cosmetics";
|
||||
static String moreThan1000Products = "moreThan1000Products";
|
||||
static String foodProducts = "foodProducts";
|
||||
static String enableLocation = "enableLocation";
|
||||
static String allowLocation = "allowLocation";
|
||||
static String useCurrentLocation = "useCurrentLocation";
|
||||
static String setFromMap = "setFromMap";
|
||||
static String enterManuallyLocation = "enterManuallyLocation";
|
||||
// static String intercity = "intercity";
|
||||
// static String aroundTheCity = "aroundTheCity";
|
||||
// static String rideDetails = "rideDetails";
|
||||
|
||||
Reference in New Issue
Block a user