refactor(ivy): remove i18nLocalize instruction (#31609)

This has been replaced by the `$localize` tag.

PR Close #31609
This commit is contained in:
Pete Bacon Darwin
2019-07-31 10:52:38 +01:00
committed by Misko Hevery
parent fa79f51645
commit c024d89448
6 changed files with 2 additions and 9 deletions

View File

@ -198,7 +198,6 @@ export class Identifiers {
static i18nEnd: o.ExternalReference = {name: 'ɵɵi18nEnd', moduleName: CORE};
static i18nApply: o.ExternalReference = {name: 'ɵɵi18nApply', moduleName: CORE};
static i18nPostprocess: o.ExternalReference = {name: 'ɵɵi18nPostprocess', moduleName: CORE};
static i18nLocalize: o.ExternalReference = {name: 'ɵɵi18nLocalize', moduleName: CORE};
static pipe: o.ExternalReference = {name: 'ɵɵpipe', moduleName: CORE};