diff options
Diffstat (limited to 'script')
-rwxr-xr-x | script/generate_pot.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/script/generate_pot.sh b/script/generate_pot.sh index ca81b0ded..287d33e7f 100755 --- a/script/generate_pot.sh +++ b/script/generate_pot.sh @@ -4,3 +4,5 @@ cd `dirname $0` rake gettext:store_model_attributes rake gettext:find +git checkout ../locale/*/app.po + |