refactor(ivy): remove i18nLocalize instruction (#31609)
This has been replaced by the `$localize` tag. PR Close #31609
This commit is contained in:
committed by
Misko Hevery
parent
fa79f51645
commit
c024d89448
-5
@@ -888,11 +888,6 @@ export declare function ɵɵi18nEnd(): void;
|
||||
|
||||
export declare function ɵɵi18nExp<T>(value: T): TsickleIssue1009;
|
||||
|
||||
/** @deprecated */
|
||||
export declare function ɵɵi18nLocalize(input: string, placeholders?: {
|
||||
[key: string]: string;
|
||||
}): string;
|
||||
|
||||
export declare function ɵɵi18nPostprocess(message: string, replacements?: {
|
||||
[key: string]: (string | string[]);
|
||||
}): string;
|
||||
|
||||
Reference in New Issue
Block a user