blob: 1ca361d08ccd3ac5da16f5fda0a8b318311a5ae5 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/bash
cd `dirname $0`
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"
|