mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +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:
22
data/McDonald's Collection/Promo McDonald's 2013.ts
Normal file
22
data/McDonald's Collection/Promo McDonald's 2013.ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../McDonald\'s Collection'
|
||||
|
||||
const s2013bw: Set = {
|
||||
id: "2013bw",
|
||||
|
||||
name: {
|
||||
// en: Not Available outer France
|
||||
fr: "Promo McDonald's 2013"
|
||||
,
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 12
|
||||
},
|
||||
|
||||
releaseDate: "2013-11-01"
|
||||
}
|
||||
|
||||
export default s2013bw
|
Reference in New Issue
Block a user