mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-22 09:09:49 +00:00
Starting to add support for more languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2
interfaces.d.ts
vendored
2
interfaces.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
export type SupportedLanguages = 'en' | 'fr'
|
||||
export type SupportedLanguages = 'en' | 'fr' | 'es' | 'it' | 'pt' | 'de'
|
||||
|
||||
export type Languages<T = string> = Partial<Record<SupportedLanguages, T>>
|
||||
|
||||
|
Reference in New Issue
Block a user