summaryrefslogtreecommitdiff
path: root/fetch/gopher.go
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-05-11 15:19:18 -0600
committernytpu <alex@nytpu.com>2021-05-11 15:19:18 -0600
commit4bddcf1f67dc77b19b653fcfb424d988535a1341 (patch)
tree66f6992f8afe24d0bfd5c764fbe75c4bfb7bae75 /fetch/gopher.go
parent45d04c35ace62dea934ef845fdebda7cd44a9563 (diff)
translate gopher.go
Diffstat (limited to 'fetch/gopher.go')
-rw-r--r--fetch/gopher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch/gopher.go b/fetch/gopher.go
index 6c50be5..6815d1e 100644
--- a/fetch/gopher.go
+++ b/fetch/gopher.go
@@ -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()