From e67e606cfbde896f56bd2508a97238163006ea63 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 18 Aug 2011 16:44:39 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2