From 196fd6a809ef098c4a78b448f798a2526c9cceac Mon Sep 17 00:00:00 2001 From: Robbie Mackay Date: Mon, 11 Mar 2013 20:52:03 +1300 Subject: [PATCH] Tweak directory structure in full-sync.sh for standard ushahidi install --- tools/full-sync.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/full-sync.sh b/tools/full-sync.sh index 37dda7db692..07f092ffd96 100755 --- a/tools/full-sync.sh +++ b/tools/full-sync.sh @@ -20,9 +20,9 @@ tx pull --force --all # generate the php files from transifex po files echo "Generating php files from translations..." -cd ../Ushahidi_Web/ +cd ../../ php index.php "i18n/po2php" -cd ../Ushahidi-Localizations/ +cd application/i18n/ # add any new file generated git add . @@ -42,9 +42,9 @@ git pull # generate the pot files for en_US so transifex can pick it up echo "Generating po files for en_US..." -cd ../Ushahidi_Web/ +cd ../../ php index.php "i18n/php2po?lang=en_US" -cd ../Ushahidi-Localizations/ +cd application/i18n # add any new file generated git add po/po-en_US