ngx translate extract hotfix
This commit is contained in:
parent
5718c6f326
commit
af67164972
@ -49,7 +49,6 @@
|
|||||||
"@angular/cli": "^7.1.0",
|
"@angular/cli": "^7.1.0",
|
||||||
"@angular/compiler-cli": "^7.1.1",
|
"@angular/compiler-cli": "^7.1.1",
|
||||||
"@angular/language-service": "^7.1.1",
|
"@angular/language-service": "^7.1.1",
|
||||||
"@biesbjerg/ngx-translate-extract": "^2.3.4",
|
|
||||||
"@compodoc/compodoc": "^1.1.7",
|
"@compodoc/compodoc": "^1.1.7",
|
||||||
"@types/jasmine": "^2.8.12",
|
"@types/jasmine": "^2.8.12",
|
||||||
"@types/jasminewd2": "^2.0.6",
|
"@types/jasminewd2": "^2.0.6",
|
||||||
|
@ -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
|
* Add strings here that require translations but have never been declared
|
||||||
|
Loading…
Reference in New Issue
Block a user