mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
save all languages while zipbuild
This commit is contained in:
parent
a61679200d
commit
0a1f494517
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue