core icon indicating copy to clipboard operation
core copied to clipboard

The internationalization (i18n) library for Angular

Results 184 core issues
Sort by recently updated
recently updated
newest added

### isObservable(res) instead of isObservable(res.subscribe) I changed the usage of isObservable function to the correct one. Previously, it checks the subscribe function itself while it should check the observable itself....

JSON Translation Manager is a visual studio code extension to manage internationalization translation files and keep them in sync. it allows you to edit multiple languages at the same time.

Fix for angular 9 & 10 This PR fixes the behaiviour of `TranslateDirective` when it is used as a simple attribute `translate` (not attribute binding `[translate]`) with value and translated...

## Current behavior Changing the language multiple times in a short amount of time e.g. from the default language to a language which hasn't been loaded yet and then back...

Hi there, just opened this PR to help people find instructions about using `ngx-translate` in standalone based applications hope you find this useful

I am using below code for transkation. It's totally working fine on localhost but when I deploy this on dev environment it's giving me below error. Build created for publish...

I am trying to get the translation from array with ngFor but its will not getting the value till I can set the index with key. How can I append...

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-compiler) along with ngx-translate to support translation of `Date` with accurate date format according to the current lang (among other things)....

## Current behavior One of the configuration parameter for the TranslateModule.forRoot is the _defaultLanguage_ parameter. Now it is a string value. ## Expected behavior Transform the _defaultLanguage_ parameter into a...

package.json ``` "@angular/animations": "12.2.3", "@angular/cdk": "12.2.3", "@angular/common": "12.2.3", "@angular/compiler": "12.2.3", "@angular/core": "12.2.3", "@ngx-translate/core": "^13.0.0", "@ngx-translate/http-loader": "^6.0.0", ``` app.module.ts ``` import { CommonModule } from '@angular/common'; import {HttpClient, HttpClientModule, HttpClientXsrfModule }...