Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ init
Function
init
utils/util.go:80–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
)
79
80
func
init() {
81
langs.Store(
"zh"
,
"中文"
)
82
langs.Store(
"en"
,
"英文"
)
83
langs.Store(
"other"
,
"其他"
)
84
go
loadDict()
85
}
86
87
func
loadDict() {
88
beego.Info(
"加载分词词典..."
)
Callers
nothing calls this directly
Calls
1
loadDict
Function · 0.85
Tested by
no test coverage detected