added hebrew, statistics

This commit is contained in:
2024-06-09 15:44:01 +03:00
parent 8a3782e1db
commit 409b076cd0
7 changed files with 198 additions and 57 deletions

View File

@@ -43,4 +43,9 @@ type elements struct {
Allow string
Warning string
Explain string
}
type DownloadElements struct {
ID string
Version *string
Counter int
}