Italian more complete

This commit is contained in:
aarne
2005-03-17 20:38:07 +00:00
parent 9316e1efab
commit af6cb59fe8
11 changed files with 310 additions and 235 deletions

View File

@@ -0,0 +1,22 @@
--# -path=.:../romance:../abstract:../../prelude
concrete LangIta of Lang =
RulesIta,
ClauseIta,
StructuralIta,
BasicIta,
TimeIta,
CountryIta
** open Prelude, ParadigmsIta in {
lin
AdvDate d = prefixSS "il" d ;
AdvTime t = prefixSS "alle" t ;
NWeekday w = w ;
PNWeekday w = mkPN (w.s ! singular) w.g ;
PNCountry x = x ;
ANationality x = x ;
NLanguage x = x ;
}