From 73e9fca492cbdf29985548943b2b21bb6c2dd195 Mon Sep 17 00:00:00 2001 From: xi <104683822+ximk@users.noreply.github.com> Date: Mon, 24 Jun 2024 06:00:27 -0400 Subject: [PATCH] Add 1v1, 2v2, and 3v3 Tags (#1771) --- app/features/calendar/calendar-constants.ts | 9 +++++++++ locales/en/common.json | 3 +++ 2 files changed, 12 insertions(+) diff --git a/app/features/calendar/calendar-constants.ts b/app/features/calendar/calendar-constants.ts index 7c375a945..265bdabc0 100644 --- a/app/features/calendar/calendar-constants.ts +++ b/app/features/calendar/calendar-constants.ts @@ -37,6 +37,15 @@ export const tags = { TW: { color: "#D50000", }, + ONES: { + color: "#FAEC25", + }, + DUOS: { + color: "#1ADB1E", + }, + TRIOS: { + color: "#571ADB", + }, S1: { color: "#E5E4E2", }, diff --git a/locales/en/common.json b/locales/en/common.json index ca1a5c2c6..09eea1661 100644 --- a/locales/en/common.json +++ b/locales/en/common.json @@ -117,6 +117,9 @@ "tag.name.QUALIFIER": "Qualifier", "tag.name.SZ": "SZ Only", "tag.name.TW": "Includes TW", + "tag.name.ONES": "1v1", + "tag.name.DUOS": "2v2", + "tag.name.TRIOS": "3v3", "tag.name.S1": "Splatoon 1", "tag.name.S2": "Splatoon 2", "tag.name.SR": "Salmon Run",