Update group ID for translations export.
This commit is contained in:
parent
16d234f9af
commit
06272668ec
@ -77,7 +77,7 @@ foreach ($languages as $language) {
|
|||||||
http_build_query(array(
|
http_build_query(array(
|
||||||
'title' => 'Special:Translate',
|
'title' => 'Special:Translate',
|
||||||
'task' => 'export-to-file',
|
'task' => 'export-to-file',
|
||||||
'group' => 'out-statusnet',
|
'group' => 'out-statusnet-core',
|
||||||
'language' => $twnCode));
|
'language' => $twnCode));
|
||||||
|
|
||||||
$lcdir = INSTALLDIR . '/locale/' . $code;
|
$lcdir = INSTALLDIR . '/locale/' . $code;
|
||||||
|
Loading…
Reference in New Issue
Block a user