forked from GitHub/gf-core
Use [Dig] instead of Digits in Time, to avoid commas in English.
This commit is contained in:
@@ -17,6 +17,8 @@ Hour = SS ;
|
||||
Minute = SS ;
|
||||
Time = SS ;
|
||||
|
||||
[Dig] = { s : CardOrd => Str } ;
|
||||
|
||||
lin
|
||||
|
||||
DateTimeDateTime date time = { s = date.s ++ "at" ++ time.s };
|
||||
@@ -84,4 +86,8 @@ OnDate date = let prep = case date.t of {
|
||||
|
||||
AtTime time = { s = "at" ++ time.s } ;
|
||||
|
||||
|
||||
BaseDig d = { s = \\o => d.s!o } ;
|
||||
ConsDig d ds = { s = \\o => d.s!NCard ++ ds.s!o } ;
|
||||
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user