summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--[-rwxr-xr-x]utils/update-js-translations.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/update-js-translations.sh b/utils/update-js-translations.sh
index 432cf7ece..bdac394cb 100755..100644
--- a/utils/update-js-translations.sh
+++ b/utils/update-js-translations.sh
@@ -5,6 +5,10 @@ if [ ! -f localized_js.php ]; then
exit 1
fi
+echo "This script is not used anymore."
+
+exit 0 # disabled
+
cat >localized_js.php <<HEADER
<?php
error_reporting(E_ERROR | E_WARNING | E_PARSE);