aboutsummaryrefslogtreecommitdiffstats
path: root/finnish/releases
diff options
context:
space:
mode:
authorRyuunosuke Ayanokouzi <ayanokouzi-guest>2016-06-04 08:01:45 +0000
committerRyuunosuke Ayanokouzi <ayanokouzi-guest>2016-06-04 08:01:45 +0000
commit1ae823cbe2c2defcb954e994a2f5b0249dd6a9ce (patch)
treefdc9acb1713717d0cfdebc81eae5785207cdca5b /finnish/releases
parent31bbb064fb8e9669803a8d2850fa388ec088a672 (diff)
Fix order of header
* Expected Behavior: Generated file should be a valid HTML file. * Actual Behavior: perl and bind-gettext-domain tags are left in HTML file. Translation is not performed. * Cause of Actual Behavior: These tags are used in releases/arches.data and are defined in common_tags.wml but common_tags.wml is loaded after releases/arches.data is loaded. * releases/arches.data * template/debian/template.wml +- * template/debian/languages.wml +- * template/debian/common_tags.wml (bind-gettext-domain is defined here) * Approach: move #include english/releases/arches.data after #use wml::debian::template. CVS version numbers finnish/releases/slink/index.wml: 1.27 -> 1.28
Diffstat (limited to 'finnish/releases')
-rw-r--r--finnish/releases/slink/index.wml4
1 files changed, 2 insertions, 2 deletions
diff --git a/finnish/releases/slink/index.wml b/finnish/releases/slink/index.wml
index d3dd5ce3b8b..f67f40a98aa 100644
--- a/finnish/releases/slink/index.wml
+++ b/finnish/releases/slink/index.wml
@@ -1,11 +1,11 @@
# Translated by Antti-Juhani Kaijanaho (ajk) on 1999-04-26
# Updated to match r1.32 of the English original on 2000-01-16 by ajk
# Updated on 2000-07-19 by Tommi Vainikainen <thv@iki.fi>
-#include "$(ENGLISHDIR)/releases/arches.data"
#use wml::debian::template title="Debian 2.1 (slink) tiedot" BARETITLE=yes
-#use wml::debian::translation-check translation="1.55"
#use wml::debian::release
#include '$(ENGLISHDIR)/releases/slink/formats_and_architectures.wmh'
+#include "$(ENGLISHDIR)/releases/arches.data"
+#use wml::debian::translation-check translation="1.55"
<:
$about_lang_setting = "Jos selaimesi kieliasetukset ovat kunnossa,

© 2014-2024 Faster IT GmbH | imprint | privacy policy