From: Siebrand Mazeland Date: Fri, 6 Nov 2009 16:16:43 +0000 (+0100) Subject: More bug fixes. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=023d5c17ab2abe6a221d6db54778d8d585b6dd86;p=quix0rs-gnu-social.git More bug fixes. --- diff --git a/scripts/update_translations.php b/scripts/update_translations.php index 88b85dc123..baa377caca 100755 --- a/scripts/update_translations.php +++ b/scripts/update_translations.php @@ -52,7 +52,7 @@ foreach ($languages as $language) { // Skip export of source language // and duplicates - if( $code == 'en' || $code = 'no' ) { + if( $code == 'en' || $code == 'no' ) { continue; } @@ -69,7 +69,7 @@ foreach ($languages as $language) { 'title' => 'Special:Translate', 'task' => 'export-to-file', 'group' => 'out-statusnet', - 'language' => $twcode)); + 'language' => $twnCode)); $lcdir = INSTALLDIR . '/locale/' . $code; $msgdir = "$lcdir/LC_MESSAGES";