mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-05-29 02:59:53 +00:00
fix: Boosters werent translated (#745)
This commit is contained in:
parent
99c0203dc1
commit
27ae2b025f
@ -23,12 +23,24 @@ const set: Set = {
|
||||
boosters: {
|
||||
solgaleo: {
|
||||
name: {
|
||||
en: 'Solgaleo'
|
||||
de: "Solgaleo",
|
||||
en: 'Solgaleo',
|
||||
fr: 'Solgaleo',
|
||||
es: 'Solgaleo',
|
||||
it: 'Solgaleo',
|
||||
'pt-br': 'Solgaleo',
|
||||
ko: '솔가레오'
|
||||
}
|
||||
},
|
||||
lunala: {
|
||||
name: {
|
||||
en: 'Lunala'
|
||||
de: "Lunala",
|
||||
en: 'Lunala',
|
||||
fr: 'Lunala',
|
||||
es: 'Lunala',
|
||||
it: 'Lunala',
|
||||
'pt-br': 'Lunala',
|
||||
ko: '루나아라'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -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: '피카츄'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Pokémon TCG Pocket'
|
||||
import { Set } from "../../interfaces";
|
||||
import serie from "../Pokémon TCG Pocket";
|
||||
|
||||
const set: Set = {
|
||||
id: "A2",
|
||||
@ -10,30 +10,42 @@ const set: Set = {
|
||||
es: "Pugna Espaciotemporal",
|
||||
fr: "Choc Spatio-Temporel",
|
||||
it: "Scontro Spaziotemporale",
|
||||
'pt-br': "Embate do Tempo e Espaço",
|
||||
ko: '시공의 격투'
|
||||
"pt-br": "Embate do Tempo e Espaço",
|
||||
ko: "시공의 격투",
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 140
|
||||
official: 140,
|
||||
},
|
||||
|
||||
boosters: {
|
||||
palkia: {
|
||||
name: {
|
||||
en: 'Palkia'
|
||||
}
|
||||
de: "Palkia",
|
||||
en: "Palkia",
|
||||
fr: "Palkia",
|
||||
es: "Palkia",
|
||||
it: "Palkia",
|
||||
"pt-br": "Palkia",
|
||||
ko: "펄기아",
|
||||
},
|
||||
},
|
||||
dialga: {
|
||||
name: {
|
||||
en: 'Dialga'
|
||||
}
|
||||
}
|
||||
de: "Dialga",
|
||||
en: "Dialga",
|
||||
fr: "Dialga",
|
||||
es: "Dialga",
|
||||
it: "Dialga",
|
||||
"pt-br": "Dialga",
|
||||
ko: "디아루가",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
releaseDate: "2025-01-30"
|
||||
}
|
||||
releaseDate: "2025-01-30",
|
||||
};
|
||||
|
||||
export default set
|
||||
export default set;
|
||||
|
Loading…
x
Reference in New Issue
Block a user