-
Hi,
any chance you'll merge [this pull request](https://github.com/souldreamer/ngx-translate-parser-plural-select/pull/3) and publish a new version of this package? :)
-
## Current behavior
- Alternate i18n files are not loaded when using lazy-loaded modules if "isolate" param is false. So the module can access the main file translations but not theirs.
- …
-
I have updated our company application to angular v17 and unfortunately cannot get ngx-translate working.
The problem is that `ngModule` is no longer used so one has to modify the `app.config.ts` f…
kgish updated
5 months ago
-
I have a very weird problem that I am not able to figure out. Ngx-translate works fine for most of my users, but I have users who report that they are seeing some of the Norwegian text inn my app with…
-
Hi, I'm trying to use the extension but I am unable to execute any of the commands.
My versions:
- VS Code - 1.42.1
- ngx-translate-utils - 0.0.11
Every time I execute any of the commands this…
-
I have a project that utilizes [`@biesbjerg/ngx-translate-extract`](https://github.com/biesbjerg/ngx-translate-extract) and one of the dependencies sometimes references a git commit (`github:lenchvolo…
-
### Environment
Angular: 8.2.14
ngx-translate-extract: 5.0.1 and 7.0.3
### Description
I'm trying to extract the string from a Pipe. This Pipe extends from TranslatePipe.
### Code
```
…
-
I am making a multilanguage application. I'm using the ngx-translate package, everything was going very well because the ngx-translate module provides me with 2 translation options, it provides me wit…
-
## Current behavior
When the module TranslateModule cohabites with Module HttpClientInMemoryWebApiModule, the ngx translate service can't find resources of path ./assets/i18n/.json
I had to …
-
## Current behavior
Translations returned as functions when I try to load them async.
this.translate.get('shared').subscribe(translations => {
console.log(translations.key) // Function(d) { ret…