BASE: Implement Localization In Home Screen.

This commit is contained in:
2025-12-09 11:42:38 +05:00
parent 01c625b9c9
commit a6109290b3
4 changed files with 24 additions and 20 deletions

View File

@@ -155,10 +155,11 @@ class ConstTexts {
static String seeAll = "seeAll";
static String bestServingFood = "bestServingFood";
static String ourCategories = "outCategories";
// static String ok = "ok";
// static String freeDelivery = "freeDelivery";
// static String upto = "upto";
static String saveUpTo50Perc = "saveUpTo50Perc";
static String error = "error";
static String bestFoodStories = "bestFoodStories";
static String doYouWantChangeTheDeliverOption =
"doYouWantChangeTheDeliverOption";
// static String cash = "cash";
static String stories = "stories";
static String couldNotLaunch = "couldNotLaunch";
}