aboutsummaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rwxr-xr-xscript/generate_pot.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/script/generate_pot.sh b/script/generate_pot.sh
index 1ca361d08..0c5dfda36 100755
--- a/script/generate_pot.sh
+++ b/script/generate_pot.sh
@@ -3,7 +3,6 @@
cd `dirname $0`
rake gettext:store_model_attributes
-rake gettext:find
-git checkout ../locale/*/app.po
+rake gettext:findpot
-echo "Now commit the new app.pot and push. See TRANSLATE.md for more info" \ No newline at end of file
+echo "Now commit the new app.pot and push. See TRANSLATE.md for next steps" \ No newline at end of file