1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-06 18:35:23 +02:00

Fix more "locale" usages (#27259)

This commit is contained in:
wxiaoguang 2023-09-25 20:42:40 +08:00 committed by GitHub
parent 7960ba7e2b
commit 93bd4351bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
115 changed files with 224 additions and 225 deletions

View file

@ -1,6 +1,6 @@
{{range .comments}}
{{$createdStr:= TimeSinceUnix .CreatedUnix $.root.locale}}
{{$createdStr:= TimeSinceUnix .CreatedUnix ctx.Locale}}
<div class="comment" id="{{.HashTag}}">
{{if .OriginalAuthor}}
<span class="avatar"><img src="{{AppSubUrl}}/assets/img/avatar_default.png"></span>