From 027f0af6e3820ddc03ba11e84ac7b0375d95f142 Mon Sep 17 00:00:00 2001 From: Frans Spiesschaert Date: Sun, 27 Dec 2020 17:30:36 +0100 Subject: (nl) english/devel/website/validation.data : temporaryly change of the recipient of validation errors to avoid that all members of the Dutch translation team receive such messages on a daily basis --- english/devel/website/validation.data | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/english/devel/website/validation.data b/english/devel/website/validation.data index 9c82a78045c..4edc8cb1eee 100644 --- a/english/devel/website/validation.data +++ b/english/devel/website/validation.data @@ -27,7 +27,8 @@ ja Nobuhiro IMAI (今井 伸広) , Kenshi Muto (武藤 健志) ko Seunghun Han lt Martynas Sklizmantas nb Hans Fredrik Nordhaug -nl Dutch localization +#nl Dutch localization team +nl Frans Spiesschaert pl Bartosz Feński , Marcin Owsiany pt Paulo Henrique de Lima Santana , Qobi Ben Nun ro Andrei Popescu -- cgit v1.2.3 From d46c65ade631cdbcbc0f2d6445a7a455d4c26e32 Mon Sep 17 00:00:00 2001 From: Laura Arjona Reina Date: Sun, 27 Dec 2020 17:35:29 +0100 Subject: Add recipe for building index.wml, so it's updated when a new security advisory is published --- english/intro/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/english/intro/Makefile b/english/intro/Makefile index de9aebfb229..da871431606 100644 --- a/english/intro/Makefile +++ b/english/intro/Makefile @@ -9,6 +9,25 @@ include $(WMLBASE)/Make.lang about.$(LANGUAGE).html: $(TEMPLDIR)/release_info.wml +ifndef SUBLANG +INDEXPAGE := index.$(LANGUAGE).html +else +INDEXPAGE := $(sort $(foreach i,$(SUBLANG),$(subst index,index.$(LANGUAGE)-$(i),index.html))) +endif + +$(INDEXPAGE): index.wml $(wildcard $(ENGLISHSRCDIR)/security/$(CUR_YEAR)/dsa-[0-9]*.wml) \ + $(TEMPLDIR)/recent_list.wml $(GETTEXTDEP) + +ifeq "$(LANGUAGE)" "zh" + @echo -n "Processing $(