mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-27 19:37:09 +02:00
Better reverse-engineering of ordinal.
This commit is contained in:
@@ -2701,6 +2701,18 @@ proc ReadTaggedOptions { tag date } {
|
||||
} else {
|
||||
lappend ans -text-ordinal Every
|
||||
}
|
||||
} else {
|
||||
if {$d < 8} {
|
||||
lappend ans -text-ordinal First
|
||||
} elseif {$d < 15} {
|
||||
lappend ans -text-ordinal Second
|
||||
} elseif {$d < 22} {
|
||||
lappend ans -text-ordinal Third
|
||||
} elseif {$d < 29} {
|
||||
lappend ans -text-ordinal Fourth
|
||||
} else {
|
||||
lappend ans -text-ordinal Last
|
||||
}
|
||||
}
|
||||
|
||||
if {[dict exists $obj until]} {
|
||||
|
||||
Reference in New Issue
Block a user