aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 86e28b0..39c1249 100644
--- a/main.go
+++ b/main.go
@@ -68,7 +68,7 @@ func main() {
go watch.File(Try2(os.Executable()), app.Restart)
}
- i18n.Init()
+ i18n.Init(Try2(os.OpenRoot("po")).FS(), app.Debugp)
dbx.Init(Try2(os.OpenRoot("src/dbx/sql")).FS())
app.BuildTemplates(Try2(os.OpenRoot("src/templates")).FS())
app.Run(*port)