quick hack: changed cat name Language to LAnguage in Phrasebook to avoid clash with Construction.Language in App

This commit is contained in:
aarne
2014-06-18 15:38:11 +00:00
parent 43ad739cb7
commit 7ee4b14b08
8 changed files with 30 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ concrete SentencesBul of Sentences =
NumeralBul ** SentencesI - [IMale, IFemale, YouFamMale, YouFamFemale, YouPolMale,
YouPolFemale, ACitizen, Citizenship, PCitizenship,
LangNat, CitiNat, CountryNat, PropCit,
Nationality, Country, Language, PLanguage, PCountry
Nationality, Country, LAnguage, PLanguage, PCountry
] with
(Syntax = SyntaxBul),
(Symbolic = SymbolicBul),
@@ -16,7 +16,7 @@ lincat
s2 : A; -- furthermore, adjective for Property
s3 : PN -- country name
} ;
Language = A ;
LAnguage = A ;
Country = PN ;
lin IMale = mkPerson i_Pron ;