diff options
| author | hallgren <hallgren@chalmers.se> | 2014-07-21 15:48:49 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-07-21 15:48:49 +0000 |
| commit | 1ba0c4b354e671fe2bafd1af8bef11ea09c543d6 (patch) | |
| tree | bf3a331b40dc094a3bb4f2c1eff53d0f6292e9e4 | |
| parent | 17807425498efa089bbfb50570f6594ac1181b2e (diff) | |
WebSetup.hs: include Chinese when building the Phrasebook
| -rw-r--r-- | WebSetup.hs | 2 |
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] |
