due to nasty problems and the known bugs in this script, i've added a notice so peopl...
authorchriskl <chriskl>
Fri, 19 Sep 2003 08:23:24 +0000 (08:23 +0000)
committerchriskl <chriskl>
Fri, 19 Sep 2003 08:23:24 +0000 (08:23 +0000)
lang/synch

index 0bad9166efbfb79583a37629b239758b197b411c..a0306d61bd9ce3bd8a67028de6c096f2bed2eacc 100755 (executable)
@@ -9,6 +9,14 @@
 # Usage: synch <language>
 #
 #   <language> is the filename without the .php extension
+
+# WARNING: THE SYNCH SCRIPT IS BUGGY.  IT MAY DELETE SOME
+# GOOD TRANSLATIONS.  COMMENT OUT THE LINES BELOW IF YOU
+# KNOW WHAT YOU ARE DOING.
+
+echo "The synch script has been found to be buggy.  We recommend using";
+echo "langcheck instead.  For more information, view the synch source code.";
+exit
    
 if [ -z $1 ] ; then
        echo "You must tell me which language I should synchronize."