mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 19:39:18 +00:00
fix: Boosters werent translated (#745)
This commit is contained in:
@ -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: '루나아라'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user