Skip to content

Commit

Permalink
fix(app generator): fix i18n files not being scaffolded
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Aug 26, 2015
1 parent 93db0f5 commit 845f6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ var AppGenerator = generators.Base.extend(
, 'src/views/index.hbs'
);

if ( this.i18n )
if ( data.i18n )
{
templates.push(
'src/i18n/en_GB.json'
Expand Down

0 comments on commit 845f6fb

Please sign in to comment.