mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 02:31:56 +10:00
feat(i18n): implement localization using LinguiJS
This commit is contained in:
@ -24,7 +24,7 @@ model User {
|
||||
picture String?
|
||||
username String @unique
|
||||
email String @unique
|
||||
language String @default("en")
|
||||
locale String @default("en-US")
|
||||
emailVerified Boolean @default(false)
|
||||
twoFactorEnabled Boolean @default(false)
|
||||
createdAt DateTime @default(now())
|
||||
|
||||
Reference in New Issue
Block a user