Skip to content

Commit

Permalink
Add analog sensor file for string extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
salbahra committed Aug 6, 2023
1 parent eb2154c commit 66399d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -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",
Expand Down

0 comments on commit 66399d4

Please sign in to comment.