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)",