diff --git a/Gruntfile.js b/Gruntfile.js index 69526770..a018fcd8 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -125,7 +125,7 @@ }, pushEng: { command: [ - "xgettext --keyword=_ --output=- www/js/main.js --omit-header --force-po --from-code=UTF-8 --language='Python' | sed '/^\#/d' > .msgjs", + "xgettext --keyword=_ --output=- www/js/main.js www/js/analog.js --omit-header --force-po --from-code=UTF-8 --language='Python' | sed '/^\#/d' > .msgjs", "sed -E 's/data-translate=(\".*\")/_(\\1)/g' www/index.html | xgettext --keyword=_ --output=- --language='Python' --omit-header --force-po - | sed '/^\#/d' > .msghtml", "msgcat .msgjs .msghtml > www/locale/messages_en.po", "rm .msgjs .msghtml",