BASE: Implement Localization In Dashboard Screen & Home screen.
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user