The following commit has been merged in the master branch:
commit 91eaa551c3994173d5d528a4fdda6f7ee76557d5
Author: Frank Lichtenheld <[email protected]>
Date:   Mon Jul 6 00:03:37 2009 +0200

    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',

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to