loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request '[SKIP CI] Don't duplicate key' (#5115) from gusted/forgejo-translation-unique-key into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5115
Reviewed-by: 0ko <0ko@noreply.codeberg.org>

Gusted e726b7ec 32735b1e

+2 -2
+1 -1
options/locale/locale_en-US.ini
··· 2181 2181 settings.mirror_settings.push_mirror.remote_url = Git remote repository URL 2182 2182 settings.mirror_settings.push_mirror.add = Add push mirror 2183 2183 settings.mirror_settings.push_mirror.edit_sync_time = Edit mirror sync interval 2184 - settings.mirror_settings.push_mirror.none = None 2184 + settings.mirror_settings.push_mirror.none_ssh = None 2185 2185 2186 2186 settings.units.units = Repository units 2187 2187 settings.units.overview = Overview
+1 -1
templates/repo/settings/options.tmpl
··· 244 244 <td class="tw-break-anywhere">{{.RemoteAddress}}</td> 245 245 <td>{{ctx.Locale.Tr "repo.settings.mirror_settings.direction.push"}}</td> 246 246 <td>{{if .LastUpdateUnix}}{{DateTime "full" .LastUpdateUnix}}{{else}}{{ctx.Locale.Tr "never"}}{{end}} {{if .LastError}}<div class="ui red label" data-tooltip-content="{{.LastError}}">{{ctx.Locale.Tr "error"}}</div>{{end}}</td> 247 - <td>{{if not (eq (len .GetPublicKey) 0)}}<a data-clipboard-text="{{.GetPublicKey}}">{{ctx.Locale.Tr "repo.settings.mirror_settings.push_mirror.copy_public_key"}}</a>{{else}}{{ctx.Locale.Tr "repo.settings.mirror_settings.push_mirror.none"}}{{end}}</td> 247 + <td>{{if not (eq (len .GetPublicKey) 0)}}<a data-clipboard-text="{{.GetPublicKey}}">{{ctx.Locale.Tr "repo.settings.mirror_settings.push_mirror.copy_public_key"}}</a>{{else}}{{ctx.Locale.Tr "repo.settings.mirror_settings.push_mirror.none_ssh"}}{{end}}</td> 248 248 <td class="right aligned df"> 249 249 <button 250 250 class="ui tiny button show-modal"