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 one root app that has +5 projects, I need to load every file at every app home page. Everything was okay in case refresh before any app now...

Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 5.5.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator 910e62b Mark version 5.7.3 3442a80 Make generate-identifier-regex capable of rewriting...

dependencies

We have been using the angular-cli `ng xi18n` for our project with much success. I just setup our system to use the runtime `I18n` service and was able to get...

Hello, i have a problem, following the instructions to use this tool. if I compile the app, i got this error: ``` ERROR in src\app\app.module.ts(17,7): Error during template compile of...

i have an application which is a bit big , i needed " i18n-polyfill " to be in root of my application ... i did it as exact same way...

Hello, We are using JIT compilation. Application home page loading fails for the first time with the below error(Shows up blank page). The same works fine when home page is...

When a value is the result of the concatenation of 2 strings, I got the following error after running `ng xi18n` and `ngx-extractor`: ``` node_modules/@ngx-translate/i18n-polyfill/extractor/src/abstract-ast-parser.js:29 throw new Error(`An I18nDef requires...

Hi, I want to translate some text but i don't want to use the '{{}}' notation at the name, I mean do something like this: `this.i18n('GLOBAL.ERROR.DEFAULT', {val1: variable1})` Where variable1...

This might be an issue with operating system (Mac OS Sierra 10.12.6), npm (5.6.0) or any other thing, or it might be an issue for everyone, but: When I follow...