diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-18 23:50:36 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-18 23:50:36 +0200 |
commit | 06272668ecf96fd5c2d1eb31b73132ead260e5d7 (patch) | |
tree | 7b0d7574faacfad3213bb1cb243cebbc2ce4b1f4 | |
parent | 16d234f9af51dfd4389232dc2d67e08a1f539232 (diff) |
Update group ID for translations export.
-rwxr-xr-x | scripts/update_translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update_translations.php b/scripts/update_translations.php index 89d937e9d..1fe513b13 100755 --- a/scripts/update_translations.php +++ b/scripts/update_translations.php @@ -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; |