BASE: Implement Localization.
This commit is contained in:
@@ -162,4 +162,24 @@ class ConstTexts {
|
||||
"doYouWantChangeTheDeliverOption";
|
||||
static String stories = "stories";
|
||||
static String couldNotLaunch = "couldNotLaunch";
|
||||
static String exploreCategories = "exploreCategories";
|
||||
static String changeZone = "Change Zone";
|
||||
static String noStoreFound = "noStoreFound";
|
||||
static String currentlyNoAvailableStoreInZone = "currentlyNoAvailableStoreInZone";
|
||||
static String dineInReservations = "dineInReservations";
|
||||
static String bookATable = "bookATable";
|
||||
// static String orders = "orders";
|
||||
// static String takeAway = "takeAway";
|
||||
// static String seeAll = "seeAll";
|
||||
// static String bestServingFood = "bestServingFood";
|
||||
// static String ourCategories = "outCategories";
|
||||
// static String saveUpTo50Perc = "saveUpTo50Perc";
|
||||
// static String error = "error";
|
||||
// static String bestFoodStories = "bestFoodStories";
|
||||
// static String doYouWantChangeTheDeliverOption =
|
||||
// "doYouWantChangeTheDeliverOption";
|
||||
// static String stories = "stories";
|
||||
// static String couldNotLaunch = "couldNotLaunch";
|
||||
// static String exploreCategories = "exploreCategories";
|
||||
// static String changeZone = "Change Zone";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user