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

I just joined a project and I need to do the translation of the project. I have already set up the .json files and translated most of the project. I...

Ok so I love this library and everything about it. However as i was fiddling around with my app, i realized that say i set my default language as English,...

I used ngx translate with globalization plugin to translate my app automatically to the language setup on the device. But in device just translate in the default language and i...

I have an application that is running in two language ( I can change and choose the language that I want by using i18n) English / French. At the moment...

## Current behavior Translated value inside mat-option causes ExpressionChangedAfterItHasBeenCheckedError when lang is changed ## Expected behavior I expect the mat-select trigger text to be properly translated no matter what when...

Hi! First of all, thanks for the ngx-translate project! It helped me a lot!! :-) From my update to Angular 10, I get that error every 2-3 changes: **Error: The...

**I'm submitting a ...** ``` [x] bug report => check the FAQ and search github for a similar issue or PR before submitting [] support request => check the FAQ...

## Current behavior Please see stackblitz below! When I use the translate **directive**, it doesn't translate when the key is changed dynamically. translate **pipe** works OK with dynamic key as...

## Current behavior The documentation suggests using the TranslateHttpLoader for downloading the the translation files. If there are `HttpInterceptors`, such as for Authentication, provided in the application, this can have...

## Current behavior I have an element: Name ngx-translate doesn't translate it. But If I change the element to span, it works. ## Expected behavior ngx-translate should be able to...