X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JsCompile.php;h=31bb666de5258384f00f296bc2423439ec3f04b8;hb=e67e606cfbde896f56bd2508a97238163006ea63;hp=0c64cb2d4f801d1b8b878c8a66faf9d2b6af2aa3;hpb=19a906e16257ebba14cfacd9246fe856009e601d;p=Pman.Core diff --git a/JsCompile.php b/JsCompile.php index 0c64cb2d..31bb666d 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -259,7 +259,7 @@ class Pman_Core_JsCompile extends Pman $eoutput = " -o " . escapeshellarg($output) . " -O ". escapeshellarg(preg_replace('/\.js$/', '.__debug__.js', $output)); - if ( $translation_base) { + if (false && $translation_base) { $toutput = "-t ". escapeshellarg(preg_replace('/\.js$/', '.__translation__.js', $output)) . " -p " . escapeshellarg($translation_base); }