1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-23 09:29:49 +00:00

Added missing rarities translations

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-02-13 15:10:11 +01:00
parent d0a2f44420
commit 2bf3868f05

View File

@ -40,7 +40,10 @@ const en = [
"Rare BREAK", "Rare BREAK",
"Rainbow Rare", "Rainbow Rare",
"LEGEND" "LEGEND",
"V",
"VMax"
] ]
const fr = [ const fr = [
@ -59,7 +62,10 @@ const fr = [
"Rare BREAK", "Rare BREAK",
"Rainbow Rare", "Rainbow Rare",
"LEGEND" "LEGEND",
"V",
"VMax"
] ]
namespace Rarity { namespace Rarity {