mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
WebSetup.hs: PhrasebookLav works again
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user