Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Add new translator & moved a PL to Contributor status.
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzNxthaniel authored Jan 1, 2024
1 parent 3d20f27 commit 972efb8
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions backend/constants/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ export const core = [
github: "IdkGoodName",
twitter: "IdkGoodName",
},
},
}
];

export const contributors = [
{
guildedId: "4WaRKznm",
name: "Atom",
titles: ["Project Lead", "Website Developer"],
titles: ["Project Contributor", "Website Developer"],
socials: {
github: "atomisadev",
},
},
];

export const contributors = [
{
guildedId: "ZdNv9Kwd",
name: "Metalloriff",
Expand All @@ -44,7 +44,7 @@ export const contributors = [
{
guildedId: "bdz2VWbd",
name: "FireController#1847",
titles: ["Project Contributor", "Website Host"],
titles: ["Project Contributor"],
socials: {
github: "FireController1847",
},
Expand Down Expand Up @@ -106,6 +106,11 @@ export const translators = [
twitter: "daSk0ut",
},
},
{
guildedId: "d56P0Vkm",
name: "Riley Nagata",
titles: ["Hungarian"]
},
{
guildedId: "x4oN2yJA",
name: "Kero",
Expand Down

2 comments on commit 972efb8

@vercel
Copy link

@vercel vercel bot commented on 972efb8 Jan 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

reguilded-website – ./frontend/

reguilded-website-git-main-reguilded.vercel.app
reguilded.dev
reguilded-website-reguilded.vercel.app
www.reguilded.dev

@vercel
Copy link

@vercel vercel bot commented on 972efb8 Jan 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

reguilded-webapi – ./backend/

reguilded-webapi-reguilded.vercel.app
reguilded-webapi-git-main-reguilded.vercel.app
api.reguilded.dev

Please sign in to comment.