From f2ab8529e92859e8a9decd7866c75246316e00ee Mon Sep 17 00:00:00 2001 From: "Aamir.Muhammad" <> Date: Sun, 11 Aug 2024 09:23:51 +0300 Subject: [PATCH] subscription & profile --- lib/generated/codegen_loader.g.dart | 6 ++++-- lib/generated/locale_keys.g.dart | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/generated/codegen_loader.g.dart b/lib/generated/codegen_loader.g.dart index 7f84591..33fd133 100644 --- a/lib/generated/codegen_loader.g.dart +++ b/lib/generated/codegen_loader.g.dart @@ -591,7 +591,8 @@ class CodegenLoader extends AssetLoader{ "yourSubscriptionUpgradeCurrentSubscriptionAffectingFrom": "سيتم ترقية اشتراكك بعد انتهاء اشتراكك الحالي. ساري المفعول من", "upgradeVar": "ترقية", "whendoyouWanttoRenew": "متى تريد التجديد", - "renewVar": "تجديد" + "renewVar": "تجديد", + "requestAlreadyInProgress": "هذا الطلب قيد التقدم بالفعل." }; static const Map en_US = { "firstTimeLogIn": "First Time Log In", @@ -1171,7 +1172,8 @@ static const Map en_US = { "yourSubscriptionUpgradeCurrentSubscriptionAffectingFrom": "Your subscription will upgrade after you current subscription will end. Affecting from", "upgradeVar": "Upgrade", "whendoyouWanttoRenew": "When do you want to renew", - "renewVar": "Renew" + "renewVar": "Renew", + "requestAlreadyInProgress": "This request is already in progress." }; static const Map> mapLocales = {"ar_SA": ar_SA, "en_US": en_US}; } diff --git a/lib/generated/locale_keys.g.dart b/lib/generated/locale_keys.g.dart index 75b0c60..2b56728 100644 --- a/lib/generated/locale_keys.g.dart +++ b/lib/generated/locale_keys.g.dart @@ -547,7 +547,6 @@ abstract class LocaleKeys { static const customer = 'customer'; static const accept = 'accept'; static const amountVAR = 'amountVAR'; - static const requestAlreadyInProgress = 'requestAlreadyInProgress'; static const nowVar = 'nowVar'; static const whendoyouWanttoUpgrade = 'whendoyouWanttoUpgrade'; static const yourSubscriptionUpgradeAffectingFrom = 'yourSubscriptionUpgradeAffectingFrom'; @@ -556,5 +555,6 @@ abstract class LocaleKeys { static const upgradeVar = 'upgradeVar'; static const whendoyouWanttoRenew = 'whendoyouWanttoRenew'; static const renewVar = 'renewVar'; + static const requestAlreadyInProgress = 'requestAlreadyInProgress'; }