mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 17:15:31 +00:00
BUGFIX: render issues index page
This commit is contained in:
@@ -13,6 +13,14 @@ type Weekday struct {
|
||||
No int
|
||||
}
|
||||
|
||||
func (m Month) String() string {
|
||||
return m.Full
|
||||
}
|
||||
|
||||
func (w Weekday) String() string {
|
||||
return w.Full
|
||||
}
|
||||
|
||||
var TRANSLM = []Month{
|
||||
{"NotAvailable", "NA", "0", 0},
|
||||
{"Januar", "Jan", "1", 1},
|
||||
|
||||
Reference in New Issue
Block a user