summaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
authorInari Listenmaa <inari.listenmaa@gmail.com>2018-04-03 11:41:28 +0200
committerGitHub <noreply@github.com>2018-04-03 11:41:28 +0200
commit99db3945c16fe3ad1063aa48e0cfb97229029172 (patch)
treef7f9b3efa34ea63ba9e11b0d6a5b978552aeca6c /Setup.hs
parent3d6a5e88646e7147972d474e304dc99615f4b905 (diff)
parentb4c64cb81b4192effa4dc7122917867f221c0f0b (diff)
Merge pull request #28 from odanoburu/por
WIP: Portuguese resource grammar
Diffstat (limited to 'Setup.hs')
-rw-r--r--Setup.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Setup.hs b/Setup.hs
index cf3679f3a..169047bcb 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -228,6 +228,7 @@ langsCoding = [
(("nynorsk", "Nno"),""),
(("persian", "Pes"),""),
(("polish", "Pol"),""),
+ (("portuguese", "Por"), ""),
(("punjabi", "Pnb"),""),
(("romanian", "Ron"),""),
(("russian", "Rus"),""),
@@ -271,7 +272,7 @@ langsPGF = langsLang `except` ["Ara","Hin","Ron","Tha"]
-- languages for which Compatibility exists (to be extended)
langsCompat = langsLang `only` ["Cat","Eng","Fin","Fre","Ita","Lav","Spa","Swe"]
-gfc bi modes summary files =
+gfc bi modes summary files =
parallel_ [gfcn bi mode summary files | mode<-modes]
gfcn bi mode summary files = do
let dir = getRGLBuildDir (lbi bi) mode