mirror of
https://github.com/go-gitea/gitea.git
synced 2025-04-06 06:15:30 +02:00
parent
3ee5ee2029
commit
a25081f380
@ -44,7 +44,7 @@ func init() {
|
||||
// TranslatableMessage represents JSON struct that can be translated with a Locale
|
||||
type TranslatableMessage struct {
|
||||
Format string
|
||||
Args []any `json:"omitempty"`
|
||||
Args []any `json:",omitempty"`
|
||||
}
|
||||
|
||||
// LoadRepo loads repository of the task
|
||||
|
Loading…
x
Reference in New Issue
Block a user