i18n-polyfill icon indicating copy to clipboard operation
i18n-polyfill copied to clipboard

A speculative polyfill to support i18n code translations in Angular

Results 79 i18n-polyfill issues
Sort by recently updated
recently updated
newest added

I have a couple of dynamic translations that are not supposed to be extracted ( as the values are coming from the backend anyway), and the extractor fails to ignore...

Hi, I am using require to load the XLF file like you guys do. However, when I build my project with --prod, the webpack code seems to get removed and...

I was wondering if it's possible to use this polyfill with AOT builds? If so then it would be great to know how to do it and also have it...

Hello, I'm dealing with issues how to translate enums in TypeScript code. I found a way how to it, but it is too sensitive to formatting and whitespaces. ```typescript translations[1]...

Currently translation source are not updated when their value changes when using specific IDs. I would expect the extractor to behave like `ngc` and simply overwrite the output file (my...

I hade a small issue where all my message wasn't extracted. My implementation looked like: ```typescript private _i18n: I18n; constructor(i18n: I18n) { this._i18n = i18n; } ngOnInit() { this._msg =...

My original file after `ng xi18n` has this kind of format: ```xml This field is required This field must be an email ``` But after running `ngx-extractor` the format changes...

The thing is that I have configure this: ``` { provide: MISSING_TRANSLATION_STRATEGY, useValue: MissingTranslationStrategy.Ignore } ``` in my app.module.ts and this: ``` platformBrowserDynamic().bootstrapModule( AppModule, { missingTranslation: MissingTranslationStrategy.Ignore, } ) ```...

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS b2a2117 2.1.2 e9ef3f1 Run...

dependencies

Bumps [jszip](https://github.com/Stuk/jszip) from 3.1.5 to 3.10.1. Changelog Sourced from jszip's changelog. v3.10.1 2022-08-02 Add sponsorship files. If you appreciate the time spent maintaining JSZip then I would really appreciate your...

dependencies