summaryrefslogtreecommitdiff
path: root/scripts/update_translations.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-08-26 03:33:43 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-08-26 03:33:43 -0400
commite3a53251c08ce5245f098bb37ca955016d9d57a0 (patch)
treef01f3542a4d25e9973ad7e684c6e7ee0f520b5b2 /scripts/update_translations.php
parentff01140d7163e1831adf9fc1bf5625afbee76a37 (diff)
last scrub of Laconica -> StatusNet
Diffstat (limited to 'scripts/update_translations.php')
-rwxr-xr-xscripts/update_translations.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/update_translations.php b/scripts/update_translations.php
index 1f291dc42..4f02b55ec 100755
--- a/scripts/update_translations.php
+++ b/scripts/update_translations.php
@@ -30,7 +30,7 @@ define('STATUSNET', true);
require_once(INSTALLDIR . '/lib/common.php');
// Master StatusNet .pot file location (created by update_pot.sh)
-$statusnet_pot = INSTALLDIR . '/locale/laconica.po';
+$statusnet_pot = INSTALLDIR . '/locale/statusnet.po';
set_time_limit(60);
@@ -43,7 +43,7 @@ foreach ($languages as $language) {
$code = $language['lang'];
$file_url = 'http://status.net/pootle/' . $code .
- '/statusnet/LC_MESSAGES/laconica.po';
+ '/statusnet/LC_MESSAGES/statusnet.po';
$lcdir = INSTALLDIR . '/locale/' . $code;
$msgdir = "$lcdir/LC_MESSAGES";
$pofile = "$msgdir/statusnet.po";