BASE: Imlement Localization In Auth.
This commit is contained in:
39
lib/constant/const_texts.dart
Normal file
39
lib/constant/const_texts.dart
Normal 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";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user