diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2018-04-03 11:41:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-03 11:41:28 +0200 |
| commit | 99db3945c16fe3ad1063aa48e0cfb97229029172 (patch) | |
| tree | f7f9b3efa34ea63ba9e11b0d6a5b978552aeca6c /Setup.hs | |
| parent | 3d6a5e88646e7147972d474e304dc99615f4b905 (diff) | |
| parent | b4c64cb81b4192effa4dc7122917867f221c0f0b (diff) | |
Merge pull request #28 from odanoburu/por
WIP: Portuguese resource grammar
Diffstat (limited to 'Setup.hs')
| -rw-r--r-- | Setup.hs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
