Skip to content

Commit

Permalink
Adds new externalMsgFormat option from [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
jbalsas committed May 26, 2017
1 parent 0eea1c2 commit 179c649
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/commands/soy/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ module.exports = {
describe: 'The path to the file with translations for soy template messages.',
type: 'string'
},
externalMsgFormat: {
describe: 'Pattern that should be used to format the extracted external messages ' +
'from compiled files',
type: 'string'
},
skipMetalGeneration: {
describe: 'Passing this will cause soy files to be just compiled, without ' +
'the addition of metal generated code (like the component class)',
Expand Down

0 comments on commit 179c649

Please sign in to comment.