BASE: Imlement Localization In Auth.

This commit is contained in:
2025-12-03 15:25:19 +05:00
parent 2736727592
commit 3e18352abe
24 changed files with 3484 additions and 795 deletions

View File

@@ -0,0 +1,39 @@
class ConstTexts {
static String loginToExplore = "logintoExplore";
static String emailAddress = "emailAddress";
static String password = "password";
static String enterPassword = "enterPassword";
static String forgotPassword = "forgotPassword";
static String login = "login";
static String orContinueWith = "orContinueWith";
static String mobileNumber = "mobileNumber";
static String withGoogle = "withGoogle";
static String withApple = "withApple";
static String dontHaveAccount = "dontHaveAccount";
static String signUp = "signUp";
static String skip = "skip";
static String signUpToExplore = "signUpToExplore";
static String firstName = "firstName";
static String lastName = "lastName";
static String enterMobileNumber = "enterMobileNumber";
static String confirmPassword = "confirmPassword";
static String enterConfirmPassword = "enterConfirmPassword";
static String referralCode = "referralCode";
static String enterReferralCode = "enterReferralCode";
static String alreadyHaveAccount = "alreadyHaveAccount";
static String enterYourregisteredEmail = "enterYourregisteredEmail";
static String sendLink = "sendLink";
static String rememberPassword = "rememberPassword";
static String enterOtpSent = "enterOtpSent";
static String resendOTP = "resendOTP";
static String verify = "verify";
static String useYourMobileNumber = "useYourMobileNumber";
static String sendCode = "sendCode";
static String loginToExplore = "logintoExplore";
static String emailAddress = "emailAddress";
static String password = "password";
static String loginToExplore = "logintoExplore";
static String emailAddress = "emailAddress";
static String password = "password";
}