Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dataease/SQLBot
/ get_translation
Function
get_translation
backend/apps/swagger/i18n.py:118–119 ·
view source on GitHub ↗
(lang: str)
Source
from the content-addressed store, hash-verified
116
117
118
def
get_translation(lang: str) -> Dict[str, str]:
119
return
load_translation(lang)
Callers
1
generate_openapi_for_lang
Function · 0.90
Calls
1
load_translation
Function · 0.85
Tested by
no test coverage detected