From 2bf3868f059e391fc118eab68e77f3af544ed246 Mon Sep 17 00:00:00 2001 From: Avior Date: Thu, 13 Feb 2020 15:10:11 +0100 Subject: [PATCH] Added missing rarities translations Signed-off-by: Avior --- interfaces/Rarity.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/interfaces/Rarity.ts b/interfaces/Rarity.ts index f4d3ebc96..cc0b084a6 100644 --- a/interfaces/Rarity.ts +++ b/interfaces/Rarity.ts @@ -40,7 +40,10 @@ const en = [ "Rare BREAK", "Rainbow Rare", - "LEGEND" + "LEGEND", + + "V", + "VMax" ] const fr = [ @@ -59,7 +62,10 @@ const fr = [ "Rare BREAK", "Rainbow Rare", - "LEGEND" + "LEGEND", + + "V", + "VMax" ] namespace Rarity {