update utility scripts

git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@482 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
Evgeny Gryaznov 2009-04-23 22:40:59 +00:00
parent b8c6405b12
commit 891723f794
2 changed files with 12 additions and 7 deletions

View File

@ -19,9 +19,6 @@ sub read_transl($) {
}
%tr_en = read_transl("en");
%tr_ru = read_transl("ru");
%tr_fr = read_transl("fr");
%tr_sp = read_transl("sp");
@all_keys = keys %tr_en;
@ -49,6 +46,11 @@ sub check_transl($%) {
}
}
check_transl("ru", %tr_ru);
check_transl("fr", %tr_fr);
check_transl("sp", %tr_sp);
check_transl("ru", read_transl("ru"));
check_transl("fr", read_transl("fr"));
check_transl("de", read_transl("de"));
check_transl("sp", read_transl("sp"));
check_transl("it", read_transl("it"));
check_transl("pl", read_transl("pl"));
check_transl("zh-tw", read_transl("zh-tw"));

View File

@ -5,7 +5,7 @@
##################################################################
$targetFolder = "deploy";
$suffix = "160a1";
$suffix = "160rc1";
##################################################################
# Copies tree into target folder, preprocess .phps
@ -74,6 +74,9 @@ chdir "$targetFolder/locales";
`zip -r ../../webim${suffix}_ua.zip ua`;
`rm -rf ua`;
`zip -r ../../webim${suffix}_he.zip he`;
`rm -rf he`;
`zip -r ../../webim${suffix}_zh-cn.zip zh-cn`;
`rm -rf zh-cn`;