]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
More bug fixes.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 6 Nov 2009 16:16:43 +0000 (17:16 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 6 Nov 2009 16:16:43 +0000 (17:16 +0100)
scripts/update_translations.php

index 88b85dc12316acf90c1fb85cda61bbcbf68952e0..baa377caca6cae53d7317072e25cd0d152c793be 100755 (executable)
@@ -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";