add core.Localizer

This commit is contained in:
nytpu
2021-05-11 11:16:36 -06:00
parent cc5c8b2f23
commit 4d23da8c38
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ func main() {
// make sure it exists so we can start working with files in it
os.MkdirAll(dataPath, os.ModePerm)
err := core.Init(dataPath)
err := core.Init(dataPath, localizer)
if err != nil {
fmt.Fprintf(os.Stderr, "Error in initialization: %v\n", err)
os.Exit(1)