-
### Библиотека
- [x] `@prizm-ui/components`
### Компонент
PrizmInputNumberComponent
### Версия
NodeJS:
```
➜ node --version
$ node -v
v16.14.2
```
Dependencies:
```
➜ npm ls …
-
Im facing problem language is not converting in other module works fine those component which are in app module not in user module components. my translation related work is in Shared module,
i hav…
-
# Bug report
## Describe the bug
If a translation key is only used in pipes or .ts classes of the component (so complex logic is not included in the view directly), the linting treats the key as…
-
Angular 8
ngx-translate/core: 11.0.1
ngx-translate-messageformat-compiler: 4.5.0
We are using [ngx-translate-messageformat-compiler](https://github.com/lephyrus/ngx-translate-messageformat-comp…
lhude updated
8 months ago
-
**I'm submitting a ...** (check one with "x")
```
[] bug report => check the FAQ and search github for a similar issue or PR before submitting
[ x] support request => check the FAQ and search git…
-
Apparently, Firefox is running into an endless loop if you are the `translate` directive from [ngx-translate](https://github.com/ngx-translate/core) inside NGrid _without_ setting the `ChangeDetection…
-
## Current behavior
```
constructor(
private translate: TranslateService,
private titleService: Title,
) {
console.log('in');
translate.setTranslation('en', {
//HELLO:…
-
Add localization to demo project as a proof of concept for `en-US` and `de-DE`.
### Requirements
- [x] #7
- [ ] `en-US` should be the default locale, preferably using JSON files as source mate…
-
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…
-
## 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…