1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-22 03:49:19 +00:00

fix: Boosters werent translated (#745)

This commit is contained in:
2025-05-27 13:28:44 +02:00
committed by GitHub
parent 99c0203dc1
commit 27ae2b025f
3 changed files with 59 additions and 18 deletions

View File

@ -23,17 +23,34 @@ const set: Set = {
boosters: {
mewtwo: {
name: {
en: 'Mewtwo'
de: 'Mewtu',
en: 'Mewtwo',
fr: 'Mewtwo',
es: 'Mewtwo',
it: 'Mewtwo',
'pt-br': 'Mewtwo',
ko: '뮤츠'
}
},
charizard: {
name: {
en: 'Charizard'
de: 'Glurak',
en: 'Charizard',
fr: 'Dracaufeu',
es: 'Charizard',
it: 'Charizard',
'pt-br': 'Charizard',
ko: '리자몽'
}
},
pikachu: {
name: {
en: 'Pikachu'
en: 'Pikachu',
fr: 'Pikachu',
es: 'Pikachu',
it: 'Pikachu',
'pt-br': 'Pikachu',
ko: '피카츄'
}
}
},