Skip to content

Commit

Permalink
Add js script for translations
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Jul 15, 2017
1 parent 5b00ce7 commit b8d0403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locales/update_translations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd ..
mv views/inc/footer.tpl views/inc/footer.tpl_tmp
pygettext -v -a -n -o locales/terrariumpi.pot views/*.tpl views/inc/*.tpl *.py
pygettext -v -a -n -o locales/terrariumpi.pot static/js/terrariumpi.js views/*.tpl views/inc/*.tpl *.py
mv views/inc/footer.tpl_tmp views/inc/footer.tpl
cd -

Expand Down

0 comments on commit b8d0403

Please sign in to comment.