mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 09:56:06 +08:00
fix(api): language list (#5649)
Co-authored-by: hobo.l <hobo.l@binance.com>
This commit is contained in:
parent
17d2f0bb0d
commit
2e718b85e9
@ -17,7 +17,7 @@ language_timezone_mapping = {
|
|||||||
'hi-IN': 'Asia/Kolkata'
|
'hi-IN': 'Asia/Kolkata'
|
||||||
}
|
}
|
||||||
|
|
||||||
languages = language_timezone_mapping.keys()
|
languages = list(language_timezone_mapping.keys())
|
||||||
|
|
||||||
|
|
||||||
def supported_language(lang):
|
def supported_language(lang):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user