feat(ivy): i18n compiler support for i18nStart and i18nEnd instructions (#26442)

PR Close #26442
This commit is contained in:
Andrew Kushnir
2018-10-12 14:34:38 -07:00
committed by Misko Hevery
parent 8024857d4c
commit 8a3fd58cad
8 changed files with 913 additions and 232 deletions

View File

@ -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"
},