1
0
forked from GitHub/gf-rgl

use SOFT_BIND to glue the hyphen in the comparative and superlative forms of the Bulgarian adjectives

This commit is contained in:
kr.angelov
2013-11-12 10:34:07 +00:00
parent 54fb9d4886
commit 706feaaaa9
3 changed files with 6 additions and 5 deletions

View File

@@ -695,4 +695,5 @@ resource ResBul = ParamX ** open Prelude, Predef in {
linCoordSep s = table {True => linCoord; False=> \\_ => s} ;
comma : Str = SOFT_BIND ++ "," ;
hyphen : Str = SOFT_BIND ++ "-" ++ SOFT_BIND ;
}