Skip to content

Commit

Permalink
feat: i18n polish
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 committed Oct 11, 2016
1 parent 0d70bec commit e6412f2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { NgModule } from '@angular/core';
import { MissingTranslationHandler } from 'ng2-translate/ng2-translate';

import {
<%=angular2AppName%>SharedLibsModule,
Expand Down Expand Up @@ -48,7 +49,7 @@ import {
providers: [
<%_ if (enableTranslation){ _%>
<%=jhiPrefixCapitalized%>LanguageService,
{ provide: MissingTranslationHandler, useClass: <%=jhiPrefixCapitalized%>MissingTranslationHandler }
{ provide: MissingTranslationHandler, useClass: <%=jhiPrefixCapitalized%>MissingTranslationHandler },
<%_ } _%>
alertServiceProvider()
],
Expand Down

0 comments on commit e6412f2

Please sign in to comment.