feat: Implement initial landing pages, authentication flows, and course browsing functionality with i18n.

This commit is contained in:
supalerk-ar66 2026-02-02 11:11:25 +07:00
parent 7de5457170
commit b60a3853cd
12 changed files with 822 additions and 606 deletions

View file

@ -112,7 +112,11 @@
"updateSuccess": "Profile updated successfully",
"updateError": "Failed to update profile",
"passwordSuccess": "Password changed successfully",
"passwordError": "Failed to change password"
"passwordError": "Failed to change password",
"verifyEmail": "Verify Email",
"verifyEmailSuccess": "Verification email sent successfully",
"verifyEmailError": "Failed to send verification email",
"emailAlreadyVerified": "Your email is already verified"
},
"userMenu": {
"home": "Home",