[hr] added croatian into pack script

git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@585 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
Evgeny Gryaznov 2009-07-14 23:27:20 +00:00
parent 79d05c47b3
commit cfaf7ff501

View File

@ -77,6 +77,9 @@ chdir "$targetFolder/locales";
`zip -r ../../webim${suffix}_he.zip he`;
`rm -rf he`;
`zip -r ../../webim${suffix}_hr.zip hr`;
`rm -rf hr`;
`zip -r ../../webim${suffix}_zh-cn.zip zh-cn`;
`rm -rf zh-cn`;