summaryrefslogtreecommitdiff
path: root/WebSetup.hs
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2014-07-21 15:48:49 +0000
committerhallgren <hallgren@chalmers.se>2014-07-21 15:48:49 +0000
commit1ba0c4b354e671fe2bafd1af8bef11ea09c543d6 (patch)
treebf3a331b40dc094a3bb4f2c1eff53d0f6292e9e4 /WebSetup.hs
parent17807425498efa089bbfb50570f6594ac1181b2e (diff)
WebSetup.hs: include Chinese when building the Phrasebook
Diffstat (limited to 'WebSetup.hs')
-rw-r--r--WebSetup.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebSetup.hs b/WebSetup.hs
index d3d72b607..f13977b02 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 Chi Dan Dut Eng Lav Hin Nor Spa Swe Tha" -- only fastish languages
--letterSrc = "Letter???.gf"
letterSrc = ["Letter"++lang++".gf"|lang<-letterLangs]