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
@ -24,7 +24,7 @@ const angularFiles = setup({
|
||||
|
||||
const htmlParser = new HtmlParser();
|
||||
|
||||
// TODO: update translation extraction RegExp to support i18nLocalize calls once #28689 lands.
|
||||
// TODO: update translation extraction RegExp to support `$localize` tags.
|
||||
const EXTRACT_GENERATED_TRANSLATIONS_REGEXP =
|
||||
/const\s*(.*?)\s*=\s*goog\.getMsg\("(.*?)",?\s*(.*?)\)/g;
|
||||
|
||||
|
Reference in New Issue
Block a user