From 91eaa551c3994173d5d528a4fdda6f7ee76557d5 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Mon, 6 Jul 2009 00:03:37 +0200 Subject: [PATCH] homepage.tmpl: Mark page title and keywords as translatable --- templates/html/homepage.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/html/homepage.tmpl b/templates/html/homepage.tmpl index 6dabe9f..aa17ea6 100644 --- a/templates/html/homepage.tmpl +++ b/templates/html/homepage.tmpl @@ -1,7 +1,7 @@ [%- PROCESS 'html/head.tmpl' - title_tag = "$organisation Packages Search" - page_title = "$organisation Packages Search" - keywords = "$organisation, Packages" + title_tag = g('%s Packages Search', organisation) + page_title = g('%s Packages Search', organisation) + keywords = g('Packages') -%] [%- all_suites = [ 'etch', 'etch-m68k', 'etch-volatile', 'etch-backports', -- 2.39.2