]> git.deb.at Git - deb/packages.git/blobdiff - templates/config.tmpl
Merge commit 'alioth/master' into debian-master
[deb/packages.git] / templates / config.tmpl
index 86e7cc958d7feb88581df45ebd1ba66d7d994aad..26827e4fbee339a731e8a8d872727cc7adf2b3af 100644 (file)
@@ -53,3 +53,7 @@
 #                 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 => "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 ) -%]