Closed
Description
🚀 Feature request
Command (mark with an x
)
- [x] build
- [x] serve
Description
With IVY add support xtb_translation_parser
Describe the solution you'd like
I think ? in xtb_translation_parser.ts#L62 add:
xtb: new (await Promise.resolve().then(() => require(
// @ts-ignore
// tslint:disable-next-line:trailing-comma
'@angular/localize/src/tools/src/translate/translation_files/translation_parsers/xtb_translation_parser'))).XtbTranslationParser()
Anything else relevant?
Maybe at the moment xtb parser is not ready (@petebacondarwin ?) Because after hack locally and after my app build finish, I get warnings that almost all translations with interpolations are not translated:
A lot of them are duplicated
/cc @filipesilva