From 1ba0c4b354e671fe2bafd1af8bef11ea09c543d6 Mon Sep 17 00:00:00 2001 From: hallgren Date: Mon, 21 Jul 2014 15:48:49 +0000 Subject: [PATCH] WebSetup.hs: include Chinese when building the Phrasebook --- WebSetup.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]