]> git.deb.at Git - deb/packages.git/blobdiff - templates/config.tmpl
Merge branch 'master' into debian-master
[deb/packages.git] / templates / config.tmpl
index 86e7cc958d7feb88581df45ebd1ba66d7d994aad..dc836b92084d501c9bab20c7324d18e452f32506 100644 (file)
@@ -1,6 +1,7 @@
 [%- DEFAULT
    charset = 'UTF-8'
-   lang = 'en'
+   po_lang = 'en'
+   ddtp_lang = 'en'
 
    organisation = 'Debian'
    homepage = 'http://www.debian.org/'
 [%-
    # possible values for importance: high, normal, low
 #   sitewidemsg = { importance => "high",
-#                 txt => g('Please note that this is an experimental version of <a href="http://packages.debian.org/">packages.debian.org</a>. Errors and obsolete information should be expected') }
+#                 txt => g('Please note that this is an experimental version of <a href="http://%s/">%s</a>. Errors and obsolete information should be expected', 'packages.debian.org', 'packages.debian.org') }
 #                 txt => "Site maintainance in progress, some temporary problems might occour." }
 -%]
+[%# @translators: . = decimal_point , = thousands_sep, see Number::Format %]
+[%- USE num = Number.Format( decimal_point => g('.'),
+                            thousands_sep => g(','),
+                            decimal_fill  => 1 ) -%]