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

Correctly handle concatenations of strings like: ```ts this.i18n('My ' + 'value'); ``` or: ```ts this.i18n({ value: 'My ' + 'value', id: 'myId', description: 'myDescription' }); ``` This is useful for...

Perhaps this is an incredibly silly question but I'm having issues using the tool as is. When I try to run it within my project directory after installing `@ngx-translate/i18n-polyfill` it...

Hi, we have few classes which contain only data, and call them Entities. Sometimes they contain text which need to be translated but they are out of angular component/modules scope....

If the same internationalized string appears in both a .ts file and an .html file, the resulting .xlf only has a source location reference for the .html. Repro steps: 1....

I'm building a fairly complex software, https://github.com/cyclosproject/cyclos4-ui. Initially we had thought in our own i18n solution, because we need translations in services / components. But then we found i18n-polyfill and...

Glob pattern doesn't work when not in quotes. Maybe someone else also will have this issue. Adds quotes. This problem was already referenced in #2 and #6 .

I am facing an error while defining customId as "Missing translation for message "customId" ("[ERROR ->]Some value"): 0:0" below is my code ... ... constructor( private elm: ElementRef, private i18n:...

Hello, I cloned the project and started "example/src/i18n" as-is, but it seems that the labels from html file are not translated. Translation does actually work using I18n service (see chrome...

Hi I have some hard coded messages in validator file ,i have injected the i18n from component class, but its not working , i m not able to extract the...

Applying bug fix [fix(compiler): add support for marker tags in xliff serializers #21250](https://github.com/angular/angular/pull/21250) from angular/core to ngx-translate/i18n-polyfill