diff options
Diffstat (limited to 'examples/numerals/pashto.gf')
| -rw-r--r-- | examples/numerals/pashto.gf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/numerals/pashto.gf b/examples/numerals/pashto.gf index 8a7c9051b..85239828a 100644 --- a/examples/numerals/pashto.gf +++ b/examples/numerals/pashto.gf @@ -17,10 +17,12 @@ param Size = sg | two | less100 | more100 ; -- [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 Extented-Arabic environment |
