Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@actionsprout/ember-form-for / app / initializers / ember-form-for-i18n.js
Size: Mime:
export function initialize(app) {
  let i18n = app.__container__.lookup('service:i18n');
  if (i18n) {
    app.inject('component', 'i18n', 'service:i18n');
  }
}

export default {
  name: 'ember-form-for-i18n',
  initialize: initialize,
};