Files
gf-core/lib/resource/french/LangFre.gf
2005-03-16 13:32:44 +00:00

23 lines
396 B
Plaintext

--# -path=.:../romance:../abstract:../../prelude
concrete LangFre of Lang =
RulesFre,
ClauseFre,
StructuralFre,
BasicFre,
TimeFre,
CountryFre
** open Prelude, ParadigmsFre in {
lin
AdvDate d = prefixSS "le" d ;
AdvTime t = prefixSS "à" t ;
NWeekday w = w ;
PNWeekday w = mkPN (w.s ! singular) w.g ;
PNCountry x = x ;
ANationality x = x ;
NLanguage x = x ;
}