Skip to content

Commit

Permalink
Update list of locales in packaging script
Browse files Browse the repository at this point in the history
  • Loading branch information
faf committed Mar 24, 2014
1 parent 6e93210 commit 8f56f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pack.pl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ($$)

chdir "locales";

foreach $locale qw ( ar be bg ca cs da de el es fa fi fr he hr hu id it jp ka lt lv nl no pl pt-br pt-pt ro ru sv th tr ua zh-cn zh-tw ) {
foreach $locale qw ( ar be bg ca cs da de el es fa fi fr he hr hu id it jp ka ko lt lv nl no pl pt-br pt-pt ro ru sv th tr ua zh-cn zh-tw ) {

`zip -r ../../release$suffix/mibew${suffix}_$locale.zip $locale`;
`rm -rf $locale`;
Expand Down

0 comments on commit 8f56f0e

Please sign in to comment.