X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=scripts%2Ftempl2t8.pl;fp=scripts%2Ftempl2t8.pl;h=0000000000000000000000000000000000000000;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hp=f1e5bf6b56abdb2b883053f11247873fac5a90a8;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44;p=kivitendo-erp.git diff --git a/scripts/templ2t8.pl b/scripts/templ2t8.pl deleted file mode 100755 index f1e5bf6b5..000000000 --- a/scripts/templ2t8.pl +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/perl -pli.orig - -# -# template converter -> T8 converter -# -# wanna get rid of those tags? -# no problem. use this script to fix most it. -# -# use: perl tmpl2t8.pl -# -# will save the original file as file.orig -# -s/$/[% USE T8 %]/ if $. == 1; -s/([^<]+)<\/translate>/[%- '$1' | \$T8 %]/xg;