feat: translations

This commit is contained in:
Jannat Patel
2023-12-07 11:38:12 +05:30
parent d00da31f84
commit 11079dae00
11 changed files with 535 additions and 454 deletions

View File

@@ -38,6 +38,7 @@ export const usersStore = defineStore('lms-users', () => {
email: email,
full_name: email.split('@')[0],
user_image: null,
roles: ['LMS Student'],
}
}
return usersByName[email]