Fix punctuation to use SOFT_BIND and BIND in the whole RGL

This commit is contained in:
Inari Listenmaa
2017-06-30 15:28:27 +02:00
parent 7a04b65fb1
commit a742d54515
26 changed files with 57 additions and 95 deletions

View File

@@ -11,6 +11,6 @@ flags
lin
-- TODO: kāpēc citās valodās (piem., Eng, Bul) kategorijai Num (NumInt) ir lauks isNum (= True)?
NumInt n = { s = \\_,_ => n.s ; num = Pl ; hasCard = False } ;
OrdInt n = { s = \\_,_ => n.s ++ "." } ;
OrdInt n = { s = \\_,_ => n.s ++ SOFT_BIND ++ "." } ;
}

View File

@@ -48,7 +48,7 @@ lin
SymbS sy = sy ;
SymbNum sy = { s = \\_,_ => sy.s ; num = Pl } ;
SymbOrd sy = { s = \\_,_ => sy.s ++ "."} ;
SymbOrd sy = { s = \\_,_ => glue sy.s "."} ;
lincat