Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TaskingAI/TaskingAI
/ get_i18n_cache
Function
get_i18n_cache
plugin/app/cache/i18n.py:57–62 ·
view source on GitHub ↗
Get the i18n cache. :return: the i18n cache.
()
Source
from the content-addressed store, hash-verified
55
56
57
def
get_i18n_cache() -> Dict[str, str]:
58
""
"
59
Get the i18n cache.
60
:
return
: the i18n cache.
61
""
"
62
return
__i18n
63
64
65
def
get_i18n_checksum() -> str:
Callers
1
api_get_caches
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected