translate gopher.go
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ func gopherFeed(data *core.FullData, remote string, title string) error {
|
||||
|
||||
if len(resp.Dir.Items) != 0 {
|
||||
// TODO
|
||||
return fmt.Errorf("Gemini-style feeds served over gopher are currently unsupported.")
|
||||
return fmt.Errorf(core.Localizer.Get("errors.gopher_no_extract"))
|
||||
}
|
||||
defer resp.Body.Close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user