Files
gf-core/lib/resource/french/LangFre.gf
2005-02-27 09:27:12 +00:00

23 lines
402 B
Plaintext

--# -path=.:../romance:../abstract:../../prelude
concrete LangFre of LangVP =
RulesFre,
VerbphraseFre,
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 ;
}