-
**I'm submitting a ...** (check one with "x")
```
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit suppo…
-
## Current behavior
if we want to use ngx-translate, we need run
```shellscript
npm install @ngx-translate/core --save
```
and then import **TranslateModule** in **AppModule**.
## Expe…
-
app.module.ts
```
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { HttpModule, Http, R…
-
Title.
I prefer `ngx-translate` to angular localization library because our apps already use `ngx-translate` and porting it would be time consuming (unless someone knows an automated way).
There…
-
# 🚀 feature request.
Generating and managing the translations files for large scale applications like ERP etc is very cumbersome.
### Relevant Package
This feature request is for @ang…
-
I wrapped the ngx library inside my own library and with angular 8 all was working fine. After the update with angular 9 i get the following error:
No pipe found with name 'translate'.
This err…
-
Should upgrade release to 3 to match ngx-translate 9.0's rxjs dependency of 5.5.2
https://github.com/ngx-translate/http-loader/blob/3be3a07d3b05fe4c51766546e760ffb4a72ebd64/package.json#L69
-
## Current behavior
Translation with ionic elements e.g. works with pipe, but not
## Expected behavior
Translate attribute should work with ionic elements too, not only with standard ht…
all43 updated
6 years ago
-
I am using ngx-translate for managing the translation functionality for an angular application having ng-version="4.4.7"
I have the following key in translations file:
```
en.json :
{
"more…
-
If there is a \n in the content, it is not translated properly.
Code:
```
# Title \n ## Subtitle
```
Result:
![image](https://user-images.githubusercontent.com/5463032/62192673-4f5…