ごめん
This commit is contained in:
parent
8c332321b6
commit
ce84bb63ca
4
srv.go
4
srv.go
|
@ -70,7 +70,7 @@ func siteHandler (cnf Config) func (http.ResponseWriter, *http.Request) {
|
|||
lang := initloc(r)
|
||||
data.Lan = lang
|
||||
|
||||
i18n, err := goliblocale.GetLocale("locale/" + lang)
|
||||
i18n, err := goliblocale.GetLocale(cnf.webpath + "/locale/" + lang)
|
||||
if err != nil {
|
||||
fmt.Println("liblocaleエラー:%v", err)
|
||||
return
|
||||
|
@ -160,7 +160,7 @@ func archiveHandler (cnf Config) func (http.ResponseWriter, *http.Request) {
|
|||
lang := initloc(r)
|
||||
data.Lan = lang
|
||||
|
||||
i18n, err := goliblocale.GetLocale("locale/" + lang)
|
||||
i18n, err := goliblocale.GetLocale(cnf.webpath + "/locale/" + lang)
|
||||
if err != nil {
|
||||
fmt.Println("liblocaleエラー:%v", err)
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue