From 428d4182258a4674341299ba5e79b1c7351fee49 Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Wed, 1 Feb 2012 12:16:39 +0000 Subject: Tweak translations documentation --- script/generate_pot.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'script/generate_pot.sh') diff --git a/script/generate_pot.sh b/script/generate_pot.sh index 287d33e7f..1ca361d08 100755 --- a/script/generate_pot.sh +++ b/script/generate_pot.sh @@ -6,3 +6,4 @@ rake gettext:store_model_attributes rake gettext:find git checkout ../locale/*/app.po +echo "Now commit the new app.pot and push. See TRANSLATE.md for more info" \ No newline at end of file -- cgit v1.2.3 From 9cb73757009dab8c71c9a374c935cd50fa38094f Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Thu, 2 Feb 2012 14:41:30 +0000 Subject: 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) --- script/generate_pot.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'script/generate_pot.sh') 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 -- cgit v1.2.3