mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +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:
@ -5,7 +5,7 @@ import { FileFunction } from './compilerInterfaces'
|
||||
import { fetchRemoteFile, loadLastEdits } from './utils/util'
|
||||
|
||||
const LANGS: Array<SupportedLanguages> = [
|
||||
'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',
|
||||
'ja', 'ko', 'zh-tw', 'id', 'th', 'zh-cn'
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user