diff options
Diffstat (limited to 'examples/numerals/sorani.gf')
| -rw-r--r-- | examples/numerals/sorani.gf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/numerals/sorani.gf b/examples/numerals/sorani.gf index 72ce5ba91..ec29c0846 100644 --- a/examples/numerals/sorani.gf +++ b/examples/numerals/sorani.gf @@ -22,10 +22,12 @@ param Size = sg | less500 | fiveup | more500 ; -- [P] is a Ha with a hamza above -- [R] is an r with a ring below +lincat Numeral = { s : Str } ; lincat Digit = {s : DForm => Str ; size : Size} ; lincat Sub10 = {s : DForm => Str ; size : Size} ; lincat Sub100 = {s : Str ; size : Size} ; lincat Sub1000 = {s : Str ; s2 : Str ; size : Size} ; +lincat Sub1000000 = { s : Str } ; lin num x0 = {s = "/A" ++ x0.s ++ "A/"} ; -- the Arabic environment |
