merge fix

merge-requests/42/head
mirza.shafique 3 years ago
parent e9de5c340b
commit 5880e22771

@ -497,8 +497,6 @@
"otp": "OTP", "otp": "OTP",
"verification": "تَحَقّق", "verification": "تَحَقّق",
"resend": "إعادة إرسال", "resend": "إعادة إرسال",
"codeExpire": "انتهت صلاحية رمز التحقق" "codeExpire": "انتهت صلاحية رمز التحقق",
"allQuestionsCorrect": "لقد أجبت على جميع الأسئلة بشكل صحيح.",
"typeheretoreply": "اكتب هنا للرد" "typeheretoreply": "اكتب هنا للرد"
} }

@ -493,11 +493,10 @@
"winnerSelectedRandomly": "The winner will be selected randomly among the qualifiers.", "winnerSelectedRandomly": "The winner will be selected randomly among the qualifiers.",
"fingersCrossed": "Fingers Crossed!!!", "fingersCrossed": "Fingers Crossed!!!",
"congrats": "Congratulations!!!", "congrats": "Congratulations!!!",
"allQuestionsCorrect": "You have answered all questions correct",
"otp": "OTP", "otp": "OTP",
"verification": "Verification", "verification": "Verification",
"resend": "Resend", "resend": "Resend",
"codeExpire": "The verification code has been expired" "codeExpire": "The verification code has been expired",
"allQuestionsCorrect": "You have answered all questions correct", "allQuestionsCorrect": "You have answered all questions correct",
"typeheretoreply": "Type here to reply" "typeheretoreply": "Type here to reply"
} }

@ -513,7 +513,8 @@ class CodegenLoader extends AssetLoader{
"otp": "OTP", "otp": "OTP",
"verification": "تَحَقّق", "verification": "تَحَقّق",
"resend": "إعادة إرسال", "resend": "إعادة إرسال",
"codeExpire": "انتهت صلاحية رمز التحقق" "codeExpire": "انتهت صلاحية رمز التحقق",
"typeheretoreply": "اكتب هنا للرد"
}; };
static const Map<String,dynamic> en_US = { static const Map<String,dynamic> en_US = {
"mohemm": "Mohemm", "mohemm": "Mohemm",
@ -1010,11 +1011,12 @@ static const Map<String,dynamic> en_US = {
"winnerSelectedRandomly": "The winner will be selected randomly among the qualifiers.", "winnerSelectedRandomly": "The winner will be selected randomly among the qualifiers.",
"fingersCrossed": "Fingers Crossed!!!", "fingersCrossed": "Fingers Crossed!!!",
"congrats": "Congratulations!!!", "congrats": "Congratulations!!!",
"allQuestionsCorrect": "You have answered all questions correct",
"otp": "OTP", "otp": "OTP",
"verification": "Verification", "verification": "Verification",
"resend": "Resend", "resend": "Resend",
"codeExpire": "The verification code has been expired" "codeExpire": "The verification code has been expired",
"allQuestionsCorrect": "You have answered all questions correct",
"typeheretoreply": "Type here to reply"
}; };
static const Map<String, Map<String,dynamic>> mapLocales = {"ar_SA": ar_SA, "en_US": en_US}; static const Map<String, Map<String,dynamic>> mapLocales = {"ar_SA": ar_SA, "en_US": en_US};
} }

@ -484,5 +484,6 @@ abstract class LocaleKeys {
static const verification = 'verification'; static const verification = 'verification';
static const resend = 'resend'; static const resend = 'resend';
static const codeExpire = 'codeExpire'; static const codeExpire = 'codeExpire';
static const typeheretoreply = 'typeheretoreply';
} }

Loading…
Cancel
Save