save all languages while zipbuild

This commit is contained in:
Max Pozdeev 2020-10-03 21:27:02 +03:00
parent a61679200d
commit 0a1f494517

View file

@ -63,6 +63,8 @@ replaceVer('./init.php', $ver);
unlink('./tmp/sessions/empty');
unlink('./content/lang/en-rtl.json');
/*
# save only 2 languages
$dh = opendir('./content/lang/') or die("Cant opendir lang\n");
while (false !== ($f = readdir($dh))) {
@ -71,6 +73,7 @@ while (false !== ($f = readdir($dh))) {
}
}
closedir($dh);
*/
# pack ie8 theme