diff options
| author | nytpu <alex@nytpu.com> | 2021-05-11 15:19:18 -0600 |
|---|---|---|
| committer | nytpu <alex@nytpu.com> | 2021-05-11 15:19:18 -0600 |
| commit | 4bddcf1f67dc77b19b653fcfb424d988535a1341 (patch) | |
| tree | 66f6992f8afe24d0bfd5c764fbe75c4bfb7bae75 /fetch | |
| parent | 45d04c35ace62dea934ef845fdebda7cd44a9563 (diff) | |
translate gopher.go
Diffstat (limited to 'fetch')
| -rw-r--r-- | fetch/gopher.go | 2 |
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() |
