From f55cc00457cd5839dd1b3e45800d7965988e0054 Mon Sep 17 00:00:00 2001 From: odanoburu Date: Tue, 23 Oct 2018 22:32:03 -0300 Subject: [PATCH] add Por and Ara to synopsis --- doc/Globes.hs | 3 ++- doc/Makefile | 2 +- doc/MkExx.hs | 1 + doc/MkSynopsis.hs | 4 +++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/Globes.hs b/doc/Globes.hs index 7be896b6..165d7342 100644 --- a/doc/Globes.hs +++ b/doc/Globes.hs @@ -21,7 +21,7 @@ interlingua = "Meaning" languages = [ "afrikaans", -- "አማርኛ", --- "العربية", + "العربية", "Български", "català", "中文", @@ -45,6 +45,7 @@ languages = [ "پeرسن", "polski", "پنجابی", + "português", "Русский", "ٻولي", "español", diff --git a/doc/Makefile b/doc/Makefile index 3988d7a4..916f4c79 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -16,7 +16,7 @@ synopsis: synopsis.html S=../src # List of languages extracted from MkSynopsis.hs -LANGS=Afr Bul Cat Chi Dan Dut Eng Est Eus Fin Fre Ger Gre Hin Ice Ita Jpn Lav Mlt Mon Nep Nor Nno Pes Pnb Pol Ron Rus Snd Spa Swe Tha Urd +LANGS=Afr Ara Bul Cat Chi Dan Dut Eng Est Eus Fin Fre Ger Gre Hin Ice Ita Jpn Lav Mlt Mon Nep Nor Nno Pes Pnb Pol Por Ron Rus Snd Spa Swe Tha Urd # This list was constructed by observing what files MkSynopsis.hs reads SRC_FILES=$S/abstract/Common.gf $S/abstract/Cat.gf $S/api/Constructors.gf $S/abstract/Structural.gf $(patsubst %,$S/*/Paradigms%.gf,$(LANGS)) diff --git a/doc/MkExx.hs b/doc/MkExx.hs index bb7551c6..16eb38bf 100644 --- a/doc/MkExx.hs +++ b/doc/MkExx.hs @@ -52,6 +52,7 @@ langsCoding = [ (("norwegian","Nor"),"Scand"), (("polish", "Pol"),""), (("punjabi", "Pnb"),""), + (("portuguese", "Por"), "Romance"), (("romanian", "Ron"),""), (("russian", "Rus"),""), (("spanish", "Spa"),"Romance"), diff --git a/doc/MkSynopsis.hs b/doc/MkSynopsis.hs index 859ac067..e2040fe4 100644 --- a/doc/MkSynopsis.hs +++ b/doc/MkSynopsis.hs @@ -19,7 +19,7 @@ revealedLang = "Eng" -- all languages shown (a copy of this list appears in Makefile) apiExxFiles = ["api-examples-" ++ lang ++ ".txt" | lang <- words -- "Eng Chi" - "Afr Bul Cat Chi Dan Dut Eng Est Eus Fin Fre Ger Gre Hin Ice Ita Jpn Lav Mlt Mon Nep Nor Nno Pes Pnb Pol Ron Rus Snd Spa Swe Tha Urd" + "Afr Ara Bul Cat Chi Dan Dut Eng Est Eus Fin Fre Ger Gre Hin Ice Ita Jpn Lav Mlt Mon Nep Nor Nno Pes Pnb Pol Por Ron Rus Snd Spa Swe Tha Urd" ] main = do @@ -244,6 +244,7 @@ syntaxAPI = srcPath "/api/Constructors.gf" structuralAPI = srcPath "/abstract/Structural.gf" paradigmFiles = [ ("Afrikaans", srcPath "/afrikaans/ParadigmsAfr.gf"), + ("Arabic", srcPath "/arabic/ParadigmsAra.gf"), ("Basque", srcPath "/basque/ParadigmsEus.gf"), ("Bulgarian", srcPath "/bulgarian/ParadigmsBul.gf"), ("Catalan", srcPath "/catalan/ParadigmsCat.gf"), @@ -269,6 +270,7 @@ paradigmFiles = [ ("Nynorsk", srcPath "/nynorsk/ParadigmsNno.gf"), ("Polish", srcPath "/polish/ParadigmsPol.gf"), ("Punjabi", srcPath "/punjabi/ParadigmsPnb.gf"), + ("Portuguese", srcPath "/portuguese/ParadigmsPor.gf"), ("Romanian", srcPath "/romanian/ParadigmsRon.gf"), ("Russian", srcPath "/russian/ParadigmsRus.gf"), ("Sindhi", srcPath "/sindhi/ParadigmsSnd.gf"),