Add multilingual support, competition close/reopen, and backup directory

This commit is contained in:
Jan Meinl
2026-05-17 09:18:34 +02:00
parent bb9f3cd3eb
commit 777f11d93c
18 changed files with 1039 additions and 433 deletions
+2
View File
@@ -14,6 +14,8 @@ type Competition struct {
Name string `json:"name"`
AllowAnyScorerEdit bool `json:"allow_any_scorer_edit"`
RulesLanguage string `json:"rules_language"`
Closed bool `json:"closed"`
ClosedAt string `json:"closed_at,omitempty"`
CreatedAt string `json:"created_at"`
Role string `json:"role,omitempty"`
}