feat(i18n): implement localization using LinguiJS

This commit is contained in:
Amruth Pillai
2023-11-10 09:07:47 +01:00
parent 13d91411e3
commit 6ad4358d70
108 changed files with 4631 additions and 798 deletions
@@ -44,7 +44,7 @@ export class GitHubStrategy extends PassportStrategy(Strategy, "github") {
user = await this.userService.create({
email,
picture,
language: "en",
locale: "en-US",
name: displayName,
provider: "github",
emailVerified: true, // auto-verify emails
@@ -44,7 +44,7 @@ export class GoogleStrategy extends PassportStrategy(Strategy, "google") {
user = await this.userService.create({
email,
picture,
language: "en",
locale: "en-US",
name: displayName,
provider: "google",
emailVerified: true, // auto-verify emails