-
Currently if user want to have translation in component, he can only pass single key for translation:
```
this.translationService.translate( 'lorem.create').subscribe(res=>console.log(res)).unsubsc…
-
## Current behavior
The params for translations are ignored.
## Expected behavior
Params values should be added into the translation.
## How do you think that we should fix this?
No idea.
…
-
## Situation
Having angular applications where ngx-translate is used as translation handler, the basic JSON output is used as translation resource. This itself does not support pluralization. Therefo…
-
I've upgrade my Ionic 5 project to Angular 9.1.0 and running i've this error:
node_modules/@ngx-translate/core/lib/missing-translation-handler.d.ts:34:18 - error TS2314: Generic type 'ɵɵFactoryDef…
-
I'm using primeng and ngx-translate in my project. To Support i18n for primeng I added the primeng section to my i18n files (see [here](https://primefaces.org/primeng/showcase/#/i18n)).
But when runn…
-
**I'm submitting a ...** (check one with "x")
```
[ ] bug report => search github for a similar issue or PR before submitting
[ x ] feature request
[ ] support request => Please do not submit…
-
Hi folks,
First of all let me thank you for the awesome work you've accomplished here! It's really been a pleasure to use.
Lately I updated an angular 9 project to perform extended checks when com…
-
I have an application, where ngx-translate is resposible for the multilingual part. There is a global "app language". Now a new feature request requires that some components appear in a different lang…
-
The user might want to change the language of the site to his native language. Or change it from his native language to english.
For this there are some i18n libraries which support different thin…
-
I've been struggling to set up ngx-translate with lazy-loading. In our application we don't need to create a separate translations file per module as the overall language file is not very big. We just…
Parez updated
3 years ago