mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
- add Por to complete languages (although it's not quite there yet)
- update headers - add Por modules to lib/src/api/
This commit is contained in:
3
Setup.hs
3
Setup.hs
@@ -228,6 +228,7 @@ langsCoding = [
|
|||||||
(("nynorsk", "Nno"),""),
|
(("nynorsk", "Nno"),""),
|
||||||
(("persian", "Pes"),""),
|
(("persian", "Pes"),""),
|
||||||
(("polish", "Pol"),""),
|
(("polish", "Pol"),""),
|
||||||
|
(("portuguese", "Por"), ""),
|
||||||
(("punjabi", "Pnb"),""),
|
(("punjabi", "Pnb"),""),
|
||||||
(("romanian", "Ron"),""),
|
(("romanian", "Ron"),""),
|
||||||
(("russian", "Rus"),""),
|
(("russian", "Rus"),""),
|
||||||
@@ -271,7 +272,7 @@ langsPGF = langsLang `except` ["Ara","Hin","Ron","Tha"]
|
|||||||
-- languages for which Compatibility exists (to be extended)
|
-- languages for which Compatibility exists (to be extended)
|
||||||
langsCompat = langsLang `only` ["Cat","Eng","Fin","Fre","Ita","Lav","Spa","Swe"]
|
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]
|
parallel_ [gfcn bi mode summary files | mode<-modes]
|
||||||
gfcn bi mode summary files = do
|
gfcn bi mode summary files = do
|
||||||
let dir = getRGLBuildDir (lbi bi) mode
|
let dir = getRGLBuildDir (lbi bi) mode
|
||||||
|
|||||||
Reference in New Issue
Block a user