Fix French translation of Genesect's Drive (#1379)

This commit is contained in:
nterrien 2024-05-25 22:54:31 +02:00 committed by GitHub
parent ae0cd86bc3
commit 6f2d639a7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -381,7 +381,7 @@ export const modifierType: ModifierTypeTranslationEntries = {
"CORNERSTONE_MASK": "Masque de la Pierre",
"SHOCK_DRIVE": "Module Choc",
"BURN_DRIVE": "Module Pyro",
"CHILL_DRIVE": "Module Aqua",
"DOUSE_DRIVE": "Module Choc",
"CHILL_DRIVE": "Module Cryo",
"DOUSE_DRIVE": "Module Aqua",
},
} as const;