diff options
Diffstat (limited to 'next-lib/src/catalan/CatCat.gf')
| -rw-r--r-- | next-lib/src/catalan/CatCat.gf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/next-lib/src/catalan/CatCat.gf b/next-lib/src/catalan/CatCat.gf new file mode 100644 index 000000000..0ea39415c --- /dev/null +++ b/next-lib/src/catalan/CatCat.gf @@ -0,0 +1,6 @@ +--# -path=.:../romance:../abstract:../common:prelude + +concrete CatCat of Cat = + CommonX - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond] ** + CatRomance with -- JS restore TPast for notpresent + (ResRomance = ResCat) ; |
