refactor(localize): remove unused code (#36834)
This commit removes some code that is not actually used. Some more text to ensure the commit message is long enough. PR Close #36834
This commit is contained in:

committed by
Andrew Kushnir

parent
d3deaf9a99
commit
0ce96f1d78
@ -19,7 +19,3 @@ export interface MessageRenderer<T> {
|
|||||||
startIcu(): void;
|
startIcu(): void;
|
||||||
endIcu(): void;
|
endIcu(): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function stripInterpolationMarkers(interpolation: string): string {
|
|
||||||
return interpolation.replace(/^\{\{/, '').replace(/}}$/, '');
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user