From 71c961157c9050457b7420dea87838e2e1749154 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Fri, 8 Jun 2018 02:45:59 +0100 Subject: Deal with translated pages including headers/footers/navbars etc. If any of the included files use wml::debian::translation-check with a version, that over-rides the version defined in the start file and this can totally break the translation checks. The check is then made against the start file, but using the version defined in the included file. :-( Fix things up to allow for this *and* check the versions of both the start file *and* the included file: * Add a sym-link of translation-check.wml as "translation-check-inc.wml" to defeat wml's tracking of what files have been #use'd already. Otherwise we'll only check the included file and never check the start file. * Switch all the .inc files to use the new translation-check-inc.wml instead of translation-check.wml * Also add an extra argument "force_file" to allow the included files to declare their filename so *that* is checked instead of the start file Quite involved, but it works... --- danish/blends/gis/navbar.inc | 2 +- danish/blends/hamradio/navbar.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'danish/blends') diff --git a/danish/blends/gis/navbar.inc b/danish/blends/gis/navbar.inc index 75572612e38..fa994f9acda 100644 --- a/danish/blends/gis/navbar.inc +++ b/danish/blends/gis/navbar.inc @@ -1,5 +1,5 @@ #use wml::debian::blends::gis -#use wml::debian::translation-check translation="ff9649c8aa2e1aa09d934c939de35d1476aabd4a" +#use wml::debian::translation-check-inc translation="ff9649c8aa2e1aa09d934c939de35d1476aabd4a" force_file="blends/gis/navbar.inc" {#alternate_navbar#:
diff --git a/danish/blends/hamradio/navbar.inc b/danish/blends/hamradio/navbar.inc index a690a7668ad..0dd11038928 100644 --- a/danish/blends/hamradio/navbar.inc +++ b/danish/blends/hamradio/navbar.inc @@ -1,5 +1,5 @@ #use wml::debian::blends::hamradio -#use wml::debian::translation-check translation="6e56b4e2dbb6e975651897056c57191cdc6f00b4" +#use wml::debian::translation-check-inc translation="6e56b4e2dbb6e975651897056c57191cdc6f00b4" force_file="blends/hamradio/navbar.inc" {#alternate_navbar#:
-- cgit v1.2.3