mirror of
https://github.com/go-gitea/gitea
synced 2025-02-26 23:04:18 +00:00
Backport #33663 by @lunny Fix #33660 Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
parent
9da6d4ea85
commit
37e99d9b34
@ -44,7 +44,7 @@ func init() {
|
|||||||
// TranslatableMessage represents JSON struct that can be translated with a Locale
|
// TranslatableMessage represents JSON struct that can be translated with a Locale
|
||||||
type TranslatableMessage struct {
|
type TranslatableMessage struct {
|
||||||
Format string
|
Format string
|
||||||
Args []any `json:"omitempty"`
|
Args []any `json:",omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// LoadRepo loads repository of the task
|
// LoadRepo loads repository of the task
|
||||||
|
Loading…
x
Reference in New Issue
Block a user