1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-19 18:59:17 +00:00

feat: Add Journey Together (#701)

* feat: Add static data for Journey Together

Signed-off-by: Avior <git@avior.me>

* feat: finish naming

Signed-off-by: Avior <git@avior.me>

* should be done

Signed-off-by: Avior <git@avior.me>

* Update index.ts

---------

Signed-off-by: Avior <git@avior.me>
This commit is contained in:
2025-03-29 12:44:17 +01:00
committed by GitHub
parent 78366685f8
commit a550cf079c
199 changed files with 11305 additions and 2 deletions

2
interfaces.d.ts vendored
View File

@ -1,6 +1,6 @@
export type SupportedLanguages =
// inter languages
'en' | 'fr' | 'es' | 'it' | 'pt' | 'pt-br' | 'pt-pt' | 'de' | 'nl' | 'pl' | 'ru' |
'en' | 'fr' | 'es' | 'es-mx' | 'it' | 'pt' | 'pt-br' | 'pt-pt' | 'de' | 'nl' | 'pl' | 'ru' |
// Asian languages
'ja' | 'ko' | 'zh-tw' | 'id' | 'th' | 'zh-cn'