BASE: Implement Localization In Home Screen.

This commit is contained in:
2025-12-08 13:51:09 +05:00
parent 653f1f93bf
commit 81895849df
4 changed files with 157 additions and 56 deletions

View File

@@ -130,15 +130,15 @@ class ConstTexts {
static String topBrands = "topBrands";
static String styleUp = "styleUp";
static String additionlOffers = "additionlOffers";
// static String enableLocation = "enableLocation";
// static String allowLocation = "allowLocation";
// static String useCurrentLocation = "useCurrentLocation";
// static String setFromMap = "setFromMap";
// static String enterManuallyLocation = "enterManuallyLocation";
// static String changeLanguage = "changeLanguage";
// static String aroundTheCity = "aroundTheCity";
// static String rideDetails = "rideDetails";
// static String youDoNothaveSufficientwalletBalance = "youDoNothaveSufficientwalletBalance";
// static String somethingWentWrong = "somethingWentWrong";
// static String cash = "cash";
static String largestDiscounts = "largestDiscounts";
static String newArrivals = "newArrivals";
static String popularStores = "popularStores";
static String allStores = "allStores";
static String alert = "alert";
static String cancel = "cancel";
static String ok = "ok";
static String freeDelivery = "freeDelivery";
static String upto = "upto";
static String doYouWantChangeTheDeliverOption = "doYouWantChangeTheDeliverOption";
static String cash = "cash";
}