mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-04-22 10:42:10 +00:00
Added SDK support for new languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
35642ffd57
commit
81200aede7
@ -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>>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user