diff options
| author | nytpu <alex@nytpu.com> | 2021-05-11 12:33:34 -0600 |
|---|---|---|
| committer | nytpu <alex@nytpu.com> | 2021-05-11 12:33:34 -0600 |
| commit | bb3cffdb37eb9a75c83d2818f7ac1cefe83513d3 (patch) | |
| tree | ee4c9a46d9b2b89808dd03697168eb23ed6ed995 /core/core.go | |
| parent | ade07bfa706f3a1dd91b629fbb5dcb82768ac443 (diff) | |
translate strings in core.go
Diffstat (limited to 'core/core.go')
| -rw-r--r-- | core/core.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/core.go b/core/core.go index feeaf9c..b5acf46 100644 --- a/core/core.go +++ b/core/core.go @@ -92,9 +92,7 @@ func Init(dataPath string, localizer *localizations.Localizer) error { } if Header == "" { - Header = `# comitium subscriptions - -` + Header = TranslateString("# %s\n\n", "files.feed_default_header", nil) } Timeout = 10 |
