Norwegian complete but with many unchecked words

This commit is contained in:
aarne
2005-03-11 14:08:59 +00:00
parent 767a59689b
commit 57937523e3
6 changed files with 181 additions and 27 deletions

View File

@@ -0,0 +1,22 @@
--# -path=.:../scandinavian:../abstract:../../prelude
concrete LangNor of Lang =
RulesNor,
ClauseNor,
StructuralNor,
BasicNor,
TimeNor,
CountryNor
** open Prelude, ParadigmsNor in {
lin
AdvDate d = prefixSS "på" d ;
AdvTime t = prefixSS "klokken" t ;
NWeekday w = w ;
PNWeekday w = nounPN w ;
PNCountry x = x ;
ANationality x = x ;
NLanguage x = x ;
}