1
0
forked from GitHub/gf-core

WebSetup.hs: PhrasebookLav works again

This commit is contained in:
hallgren
2014-06-19 16:58:33 +00:00
parent 8fbec7d9ed
commit af9fbed84e

View File

@@ -27,7 +27,7 @@ example_grammars = -- :: [(pgf, subdir, src)]
--phrasebookSrc = "Phrasebook???.gf" -- doesn't work on Win32
phrasebookSrc = ["Phrasebook"++lang++".gf"|lang<-phrasebookLangs]
phrasebookLangs = words $ "Bul Cat Dan Dut Eng "{-Lav -}++"Hin Nor Spa Swe Tha" -- only fastish languages
phrasebookLangs = words "Bul Cat Dan Dut Eng Lav Hin Nor Spa Swe Tha" -- only fastish languages
--letterSrc = "Letter???.gf"
letterSrc = ["Letter"++lang++".gf"|lang<-letterLangs]