X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/49556f01cfe6a395cf5554e1a00dc61d6da0493e..a6b4b406f0a9db0a1c719f4b7d5eb8265f90bf61:/templates/webpages/layout/javascript_setup.js?ds=inline diff --git a/templates/webpages/layout/javascript_setup.js b/templates/webpages/layout/javascript_setup.js index dc516348c..bc4c5ef4e 100644 --- a/templates/webpages/layout/javascript_setup.js +++ b/templates/webpages/layout/javascript_setup.js @@ -1,6 +1,7 @@ [%- USE T8 %] $(function() { [% IF datefmt %] + namespace("kivi").initLocale("[% MYCONFIG.countrycode | html %]"); setupPoints('[% MYCONFIG.numberformat %]', '[% 'wrongformat' | $T8 %]'); setupDateFormat('[% MYCONFIG.dateformat %]', '[% 'Falsches Datumsformat!' | $T8 %]');