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

@ -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;