1
0
forked from GitHub/gf-core

use bind for the numerals in German and Greek

This commit is contained in:
krasimir
2015-07-01 16:30:20 +00:00
parent 9fc5907628
commit 2e8d5b3d16
2 changed files with 2 additions and 2 deletions

View File

@@ -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
} ;

View File

@@ -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
} ;