Skip to content

ivy + Support XTB load translations parser in v9 #16100

Closed
@elvisbegovic

Description

@elvisbegovic

🚀 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:
xtb

A lot of them are duplicated

/cc @filipesilva

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions