Updated Rarities and tags

Fixes #3

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-05-01 23:59:58 +02:00
parent 771c5482af
commit fdc3074118
5 changed files with 35 additions and 55 deletions

View File

@ -2,46 +2,20 @@ import { translations } from "../TranslationUtil"
const translations: translations = {
en: [
"No rarity",
"Common",
"unCommon",
"Rare",
"Rare Holo",
"Rare Holo EX",
"Rare Holo GX",
"Rare Holo Lv.X",
"Rare Ultra",
"Rare Prime",
"Rare ACE",
"Rare BREAK",
"Rainbow Rare",
"LEGEND",
"V",
"VMax"
"Ultra Rare",
],
fr: [
"Sans rareté",
"Commun",
"Non Commun",
"Rare",
"Rare Holo",
"Rare Holo EX",
"Rare Holo GX",
"Rare Holo Lv.X",
"Rare Ultra",
"Rare Prime",
"Rare ACE",
"Rare BREAK",
"Rainbow Rare",
"LEGEND",
"V",
"VMax"
"Ultra Rare",
]
}
export default translations

View File

@ -23,7 +23,10 @@ const translations: translations = {
"Technical Machine",
"Tool",
"Pokémon V",
"Pokémon VMAX"
"Pokémon VMAX",
"Prime",
"ACE",
"Rainbow",
],
fr: [
"Pokémon de base",
@ -47,7 +50,10 @@ const translations: translations = {
"Machine Technique",
"Outil",
"Pokémon V",
"Pokémon VMAX"
"Pokémon VMAX",
"Prime",
"ACE",
"Arc en ciel",
]
}
export default translations