diff options
Diffstat (limited to 'old-examples/dialogue/WeekdayFre.gf')
| -rw-r--r-- | old-examples/dialogue/WeekdayFre.gf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/old-examples/dialogue/WeekdayFre.gf b/old-examples/dialogue/WeekdayFre.gf new file mode 100644 index 000000000..d0c6e141a --- /dev/null +++ b/old-examples/dialogue/WeekdayFre.gf @@ -0,0 +1,10 @@ +concrete WeekdayFre of Weekday = open LangFre, ParadigmsFre in { + + lincat + WDay = PN ; + + lin + Mon = mkPN "lundi" masculine ; + Tue = mkPN "mardi" masculine ; + +} |
