]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Update group ID for translations export.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 18 Sep 2010 21:50:36 +0000 (23:50 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 18 Sep 2010 21:50:36 +0000 (23:50 +0200)
scripts/update_translations.php

index 89d937e9dd28d293418acd08377d68b74cd22dcf..1fe513b13baa86f19549b7014ea2bdb8416231f9 100755 (executable)
@@ -77,7 +77,7 @@ foreach ($languages as $language) {
         http_build_query(array(
             'title' => 'Special:Translate',
             'task' => 'export-to-file',
-            'group' => 'out-statusnet',
+            'group' => 'out-statusnet-core',
             'language' => $twnCode));
 
     $lcdir = INSTALLDIR . '/locale/' . $code;