From f793ba02db5013543827195e4eed6a2ce29a7908 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 31 Mar 2023 11:39:05 -0700 Subject: [PATCH] Added new weapon series --- data/weaponSeries.tsx | 4 ++++ public/locales/en/common.json | 3 ++- public/locales/en/updates.json | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/data/weaponSeries.tsx b/data/weaponSeries.tsx index 84b7b9f8..b3809fa4 100644 --- a/data/weaponSeries.tsx +++ b/data/weaponSeries.tsx @@ -120,4 +120,8 @@ export const weaponSeries: WeaponSeries[] = [ id: 31, slug: 'illustrious', }, + { + id: 32, + slug: 'world', + }, ] diff --git a/public/locales/en/common.json b/public/locales/en/common.json index c5070137..8fc07460 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -145,7 +145,8 @@ "revenant": "Revenant", "proving": "Proven", "disaster": "Revans", - "illustrious": "Illustrious" + "illustrious": "Illustrious", + "world": "World" }, "recency": { "all_time": "All time", diff --git a/public/locales/en/updates.json b/public/locales/en/updates.json index f26947f5..f9192a38 100644 --- a/public/locales/en/updates.json +++ b/public/locales/en/updates.json @@ -19,6 +19,9 @@ "uncap": "Uncap" }, "versions": { + "2023-03U2": { + "features": ["Added new weapon series, World Series"] + }, "2023-03U": { "features": [ "Added Siete HL (raid)",