aboutsummaryrefslogtreecommitdiffstats
path: root/script/generate_pot.sh
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-02-02 14:41:30 +0000
committerSeb Bacon <seb.bacon@gmail.com>2012-02-02 14:41:30 +0000
commit9cb73757009dab8c71c9a374c935cd50fa38094f (patch)
tree89c59357b714447d69b2b226c722f95333cfadde /script/generate_pot.sh
parent53d249b2c500dae07e934c0009d0813181092702 (diff)
New improved find-msgids-and-make-pot-file rake task:
(a) it doesn't do fuzzy matches (apparently Transifex does that for you) (b) it doesn't update all the PO files too (which certainly Transifex does for you)
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