From: Frank Lichtenheld Date: Sun, 5 Jul 2009 22:03:37 +0000 (+0200) Subject: homepage.tmpl: Mark page title and keywords as translatable X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=91eaa551c3994173d5d528a4fdda6f7ee76557d5;ds=sidebyside homepage.tmpl: Mark page title and keywords as translatable --- 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',