forked from GitHub/gf-core
use bind for the numerals in German and Greek
This commit is contained in:
@@ -60,7 +60,7 @@ oper
|
||||
IDig d = d ;
|
||||
|
||||
IIDig d i = {
|
||||
s = \\o => d.s ! invNum ++ i.s ! o ;
|
||||
s = \\o => d.s ! invNum ++ BIND ++ i.s ! o ;
|
||||
n = Pl
|
||||
} ;
|
||||
|
||||
|
||||
@@ -271,7 +271,7 @@ Xilias : CardOrd -> (CardOrd => Str) -> Number -> Str = \co,d,n ->
|
||||
IDig d = d ;
|
||||
|
||||
IIDig d i = {
|
||||
s = \\o => d.s ! NCard Neut Nom ++ i.s ! o ;
|
||||
s = \\o => d.s ! NCard Neut Nom ++ BIND ++ i.s ! o ;
|
||||
n = Pl
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user