aboutsummaryrefslogtreecommitdiffstats
path: root/script/generate_pot.sh
blob: 0c5dfda36fbc71c8df629438a06c5a10d0ad7f54 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

cd `dirname $0`

rake gettext:store_model_attributes
rake gettext:findpot

echo "Now commit the new app.pot and push.  See TRANSLATE.md for next steps"