Follow-up 3ac3bc32fc
: change po to pot so that exporting from translatewiki.net works.
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
This commit is contained in:
parent
5dc169260d
commit
7bcb5c3c9e
@ -31,7 +31,7 @@ define('LACONICA', true); // compatibility
|
|||||||
require_once(INSTALLDIR . '/lib/common.php');
|
require_once(INSTALLDIR . '/lib/common.php');
|
||||||
|
|
||||||
// Master StatusNet .pot file location (created by update_pot.sh)
|
// Master StatusNet .pot file location (created by update_pot.sh)
|
||||||
$statusnet_pot = INSTALLDIR . '/locale/statusnet.po';
|
$statusnet_pot = INSTALLDIR . '/locale/statusnet.pot';
|
||||||
|
|
||||||
set_time_limit(60);
|
set_time_limit(60);
|
||||||
|
|
||||||
@ -98,7 +98,7 @@ foreach ($languages as $language) {
|
|||||||
$new_file = curl_get_file($file_url);
|
$new_file = curl_get_file($file_url);
|
||||||
|
|
||||||
if ($new_file === FALSE) {
|
if ($new_file === FALSE) {
|
||||||
echo "Couldn't retrieve .po file for $code: $file_url\n";
|
echo "Could not retrieve .po file for $code: $file_url\n";
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user