ngx-translate-po-http-loader
ngx-translate-po-http-loader copied to clipboard
Use po files with ngx-translate
This library isn't compatible with Angular 11.
With Angular 7, I get the following warnings: ``` npm i @biesbjerg/ngx-translate-po-http-loader --save npm WARN @biesbjerg/[email protected] requires a peer of @angular/core@^6.0.0 but none is installed. You must install peer dependencies...
hi, thanks for you work, but why you not update this repo anymore? i see that ngx-translate-extract updated , why this repo not?
After upgrading to Angular 6 and RXJS 6 I receive the following error after `ng serve` ERROR in ./node_modules/@biesbjerg/ngx-translate-po-http-loader/node_modules/gettext-parser/lib/poparser.js Module not found: Error: Can't resolve 'stream' in '../node_modules/@biesbjerg/ngx-translate-po-http-loader/node_modules/gettext-parser/lib'
Hi, I like your po loader, but after I injected your solution (from your guideline), I got the following warning message: my dependencies are: @ angular/core: "^5.2.1", @ biesbjerg/ngx-translate-po-http-loader: "^2.0.1",...
By mistake, I have fat-fingered the double quotes key twice and the parser didn't continue. And the actual issue is that it stopped silently. This should be logged because I...
Extract an abstract class with common functionality. Create a loader that loads from n-translation files and merge the translations. In case of key collision, the last resource passed in (its...
After upgrading to the latest angular-cli version, I now have a warning on build due to this library (more specifically, the `encoding` lib needed by `gettext-parser`): ``` WARNING in ./~/encoding/lib/iconv-loader.js...