feat(ivy): i18n compiler support for i18nStart and i18nEnd instructions (#26442)
PR Close #26442
This commit is contained in:

committed by
Misko Hevery

parent
8024857d4c
commit
8a3fd58cad
@ -737,6 +737,12 @@
|
||||
{
|
||||
"name": "I18NHtmlParser"
|
||||
},
|
||||
{
|
||||
"name": "I18N_ID_SEPARATOR"
|
||||
},
|
||||
{
|
||||
"name": "I18N_MEANING_SEPARATOR"
|
||||
},
|
||||
{
|
||||
"name": "I18nError"
|
||||
},
|
||||
@ -3449,6 +3455,9 @@
|
||||
{
|
||||
"name": "parseCookieValue"
|
||||
},
|
||||
{
|
||||
"name": "parseI18nMeta"
|
||||
},
|
||||
{
|
||||
"name": "parseIntAutoRadix"
|
||||
},
|
||||
|
Reference in New Issue
Block a user