ngx translate extract hotfix

This commit is contained in:
FinnStutzenstein 2018-12-20 11:16:31 +01:00
parent 5718c6f326
commit af67164972
2 changed files with 5 additions and 2 deletions

View File

@ -49,7 +49,6 @@
"@angular/cli": "^7.1.0",
"@angular/compiler-cli": "^7.1.1",
"@angular/language-service": "^7.1.1",
"@biesbjerg/ngx-translate-extract": "^2.3.4",
"@compodoc/compodoc": "^1.1.7",
"@types/jasmine": "^2.8.12",
"@types/jasminewd2": "^2.0.6",

View File

@ -1,4 +1,8 @@
import { _ } from '@biesbjerg/ngx-translate-extract';
// import { _ } from '@biesbjerg/ngx-translate-extract';
function _(key: string | string[]): string | string[] {
return key;
}
/**
* Add strings here that require translations but have never been declared