diff options
| author | hallgren <hallgren@chalmers.se> | 2014-06-19 16:58:33 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-06-19 16:58:33 +0000 |
| commit | 660de6e1da7625d2f5f8273ce03cc667b7fadf15 (patch) | |
| tree | dd8add64acc0714d9257ded727d5ceb5316f70aa | |
| parent | 4af2576e7b76e1b3645d201ada76c95a38391731 (diff) | |
WebSetup.hs: PhrasebookLav works again
| -rw-r--r-- | WebSetup.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebSetup.hs b/WebSetup.hs index a583b0e66..51c63554b 100644 --- a/WebSetup.hs +++ b/WebSetup.hs @@ -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] |
