]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/update_translations.php
Do not rebuild/add .mo files by default
[quix0rs-gnu-social.git] / scripts / update_translations.php
index 73f2a3a7eff609740742b3dc216739d15d5259f4..45fe460a04f614bcab968ec856272542ea801b6c 100755 (executable)
@@ -109,7 +109,10 @@ foreach ($languages as $language) {
         file_put_contents($pofile, $new_file);
         // --backup=off is workaround for Mac OS X fail
         system(sprintf('msgmerge -U --backup=off %s %s', $pofile, $statusnet_pot));
+        /* Do not rebuild/add .mo files by default
+         * FIXME: should be made a command line parameter.
         system(sprintf('msgfmt -o %s %s', $mofile, $pofile));
+         */
     } else {
         echo "Unchanged - ".$code."\n";
     }