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

22 lines
395 B
Plaintext

--# -path=.:../romance:../abstract:../../prelude
concrete SimpleLangFre of SimpleLang =
SimpleFre,
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 ;
}