Added language flags to bronzeage grammars.

This commit is contained in:
bringert
2007-06-20 12:22:28 +00:00
parent 8e842f5473
commit a029232eef
9 changed files with 30 additions and 10 deletions

View File

@@ -1,5 +1,7 @@
--# -path=.:present:prelude
concrete BronzeageEng of Bronzeage = CatEng, SwadeshEng ** BronzeageI with
(Lang = LangEng) ;
(Lang = LangEng) ** {
flags language = en_US;
}