mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39: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:
@ -3,7 +3,10 @@ import { Serie } from '../interfaces'
|
||||
const base: Serie = {
|
||||
name: {
|
||||
en: "Base",
|
||||
fr: "Base"
|
||||
fr: "Base",
|
||||
es: "Clásica",
|
||||
it: "Originale",
|
||||
de: "Grund"
|
||||
},
|
||||
id: "base"
|
||||
}
|
||||
|
Reference in New Issue
Block a user