chore: remove legacy translation system

This commit is contained in:
2025-01-22 16:53:30 +03:00
parent a6076b1253
commit b9bf908007
8 changed files with 83 additions and 410 deletions

View File

@ -219,7 +219,7 @@ func Download(ctx context.Context, opts Options) (err error) {
}
}
slog.Info("Downloading source", "source", opts.Name, "downloader", d.Name())
slog.Info(gotext.Get("Downloading source"), "source", opts.Name, "downloader", d.Name())
cacheDir, err = dc.New(ctx, opts.URL)
if err != nil {