BASE: Implement Localization In My Cab Booking Screen.

This commit is contained in:
2025-12-03 17:50:09 +05:00
parent f2a7679d4b
commit cf58d069ab
4 changed files with 28 additions and 21 deletions

View File

@@ -98,10 +98,10 @@ class ConstTexts {
static String selectPaymentMethod = "selectPaymentMethod";
static String prefferedPayment = "prefferedPayment";
static String otherPaymentOptions = "otherPaymentOptions";
static String rideDetails = "rideDetails";
static String youDoNothaveSufficientwalletBalance = "youDoNothaveSufficientwalletBalance";
static String somethingWentWrong = "somethingWentWrong";
static String cash = "cash";
static String rideHistory = "rideHistory";
static String plsLoginToAcc = "plsLoginToAcc";
static String youAreNotLoggedIn = "youAreNotLoggedIn";
static String noOrderfound = "noOrderfound";
static String yourSosrequestAlreadySubmitted = "yourSosrequestAlreadySubmitted";
static String payNow = "payNow";
static String youDoNothaveSufficientwalletBalance = "youDoNothaveSufficientwalletBalance";