aboutsummaryrefslogtreecommitdiffstats
path: root/script/generate_pot.sh
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-02-03 13:39:24 +0000
committerRobin Houston <robin.houston@gmail.com>2012-02-03 13:39:24 +0000
commitbf4bbc351dae8e97d09b87434cef4f44eea4d73a (patch)
tree2f43c9c02205fec1fb68cdcb66735d5b1ee3172f /script/generate_pot.sh
parentea04caec95cea132143997a1870ae8dd1fc0db5c (diff)
parent14b5be69dc2dc3c4dd817feb0b5a8402fc343db4 (diff)
Merge branch 'release/0.5' into develop
Diffstat (limited to 'script/generate_pot.sh')
-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