Skip to content

Commit

Permalink
Merge 9d96b30 into 4e9d948
Browse files Browse the repository at this point in the history
  • Loading branch information
blond committed Aug 19, 2015
2 parents 4e9d948 + 9d96b30 commit 89132c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions techs/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ module.exports = require('enb/lib/build-flow').create()
'',
globals && [
' if (defineAsGlobal) {',
' var __bem__ = (typeof BEM !== \'undefined\') ? BEM : {};',
' __bem__.I18N = __i18n__;',
'',
' global.BEM || (global.BEM = {});',
' global.BEM.I18N = __i18n__;',
' }'
Expand Down

0 comments on commit 89132c3

Please sign in to comment.