BASE: Implement Localization In Dashboard Screen & Home screen.

This commit is contained in:
2025-12-08 17:30:30 +05:00
parent 81895849df
commit fd8a4cb469
5 changed files with 59 additions and 26 deletions

View File

@@ -139,6 +139,25 @@ class ConstTexts {
static String ok = "ok";
static String freeDelivery = "freeDelivery";
static String upto = "upto";
static String viewCart = "viewCart";
static String viewTimings = "viewTimings";
static String timingIsNotAdded = "timingIsNotAdded";
static String alsoApplicableOnTable = "alsoApplicableOnTable";
static String tableBooking = "tableBooking";
static String quickConformations = "quickConformations";
static String menu = "menu";
static String searchAndMore = "searchAndMore";
static String veg = "veg";
static String nonVeg = "nonVeg";
static String favourites = "favourites";
static String orders = "orders";
static String takeAway = "takeAway";
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";
}