Skip to content

Commit

Permalink
Tweak directory structure in full-sync.sh for standard ushahidi install
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmackay committed Mar 11, 2013
1 parent bd4b798 commit 196fd6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/full-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand All @@ -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
Expand Down

0 comments on commit 196fd6a

Please sign in to comment.