1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 11:22:10 +00:00

Added missing rarities translations

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2020-02-13 15:10:11 +01:00
parent d0a2f44420
commit 2bf3868f05
No known key found for this signature in database
GPG Key ID: B143FF27EF555D16

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 {