mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
refactor: Add Sets/Series translations (#172)
* refactor: Add set/Series translations Signed-off-by: Avior <github@avior.me> * refactor: Done Trainer kits Signed-off-by: Avior <github@avior.me>
This commit is contained in:
21
data/McDonald's Collection/Promo McDonald's 2019.ts
Normal file
21
data/McDonald's Collection/Promo McDonald's 2019.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../McDonald\'s Collection'
|
||||
|
||||
const set: Set = {
|
||||
id: "2019sm-fr",
|
||||
|
||||
name: {
|
||||
// en: Not Available outer France
|
||||
fr: "Promo McDonald's 2019"
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 40
|
||||
},
|
||||
|
||||
releaseDate: "2019-10-30"
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user